]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #11810 from MrPetovan/task/11794-password-length-limit
[friendica.git] / src / Core / System.php
index 7601a6f840480caed0bcb597c08600852bc0eb8a..8712b6ca5965f1a5820bd6544957ef6508df7a7e 100644 (file)
@@ -441,6 +441,12 @@ class System
         *
         * @param string $url  The new Location to redirect
         * @param int    $code The redirection code, which is used (Default is 302)
+        *
+        * @throws FoundException
+        * @throws MovedPermanentlyException
+        * @throws TemporaryRedirectException
+        *
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function externalRedirect($url, $code = 302)
        {