]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Protocol.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Core / Protocol.php
index 00552bf787f3fa2b7a6c594974c394570332c1de..0038b505a570b4f73f3cb48837a8cf049698b784 100644 (file)
@@ -50,7 +50,7 @@ class Protocol
         *
         * @param string $profile_url
         * @return string
-        * @throws Exception
+        * @throws \Exception
         */
        public static function getAddrFromProfileUrl($profile_url)
        {
@@ -69,8 +69,9 @@ class Protocol
         * Guesses the network from a profile URL
         *
         * @param string $profile_url
-        * @param array  $matches     preg_match return array: [0] => Full match [1] => hostname [2] => username
-        * @return type
+        * @param array  $matches preg_match return array: [0] => Full match [1] => hostname [2] => username
+        * @return string
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function matchByProfileUrl($profile_url, &$matches = [])
        {
@@ -131,6 +132,7 @@ class Protocol
         * @param string $profile_url
         * @param string $display_name
         * @return string
+        * @throws \Exception
         */
        public static function formatMention($profile_url, $display_name)
        {