]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Module / Contact.php
index fa231b1de1dc1b12fde9a7fe2f7ff418b0d8bbf9..04cc923057ddde2370d1f1a63e82f779fba3aed9 100644 (file)
@@ -841,12 +841,12 @@ class Contact extends BaseModule
         *
         * Available Pages are 'Status', 'Profile', 'Contacts' and 'Common Friends'
         *
-        * @param App $a
-        * @param array $contact The contact array
-        * @param int $active_tab 1 if tab should be marked as active
+        * @param App   $a
+        * @param array $contact    The contact array
+        * @param int   $active_tab 1 if tab should be marked as active
         *
-        * @return string HTML string of the contact page tabs buttons.
-
+        * @return string HTML string of the contact page tabs buttons.
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function getTabsHTML($a, $contact, $active_tab)
        {