]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget.php
Merge pull request #11699 from Quix0r/rewrites/type-hints-001
[friendica.git] / src / Content / Widget.php
index 9295818113e14c736e1e15b9507ddf5125de5639..fba027680c7f84f169edf330464273446438413e 100644 (file)
@@ -512,10 +512,10 @@ class Widget
         * The account type value is added as a parameter to the url
         *
         * @param string $base        Basepath
-        * @param int    $accounttype Acount type
+        * @param string $accounttype Account type
         * @return string
         */
-       public static function accounttypes(string $base, int $accounttype): string
+       public static function accountTypes(string $base, string $accounttype): string
        {
                $accounts = [
                        ['ref' => 'person', 'name' => DI::l10n()->t('Persons')],