]> git.mxchange.org Git - friendica.git/commitdiff
Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 Jan 2020 18:28:41 +0000 (13:28 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 Jan 2020 18:28:41 +0000 (13:28 -0500)
src/Module/Settings/Profile/Photo/Index.php

index 9cb5644b2a168b156778ff21bf355f7032af210c..9d2648abd8a63ebb1c27f77e93fa7925d7a066ef 100644 (file)
@@ -99,7 +99,6 @@ class Index extends BaseSettingsModule
 
                parent::content();
 
-               /** @var Arguments $args */
                $args = DI::args();
 
                $newuser = $args->get($args->getArgc() - 1) === 'new';