]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/TwoFactor/Verify.php
Merge pull request #7828 from nupplaphil/task/move_enotify
[friendica.git] / src / Module / TwoFactor / Verify.php
index 4b1c974d8ff7ddf84b4f4f5217335960b9244a51..f6f040f5a781f1c9271bb3bf2c17674e60713568 100644 (file)
@@ -18,7 +18,7 @@ class Verify extends BaseModule
 {
        private static $errors = [];
 
-       public static function post()
+       public static function post(array $parameters = [])
        {
                if (!local_user()) {
                        return;
@@ -45,7 +45,7 @@ class Verify extends BaseModule
                }
        }
 
-       public static function content()
+       public static function content(array $parameters = [])
        {
                if (!local_user()) {
                        self::getApp()->internalRedirect();