From: Hypolite Petovan Date: Mon, 20 Jan 2020 18:28:41 +0000 (-0500) Subject: Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=689c8ce0e3bbca0e641b5b6c62f71b297e33dfbe;p=friendica.git Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index --- diff --git a/src/Module/Settings/Profile/Photo/Index.php b/src/Module/Settings/Profile/Photo/Index.php index 9cb5644b2a..9d2648abd8 100644 --- a/src/Module/Settings/Profile/Photo/Index.php +++ b/src/Module/Settings/Profile/Photo/Index.php @@ -99,7 +99,6 @@ class Index extends BaseSettingsModule parent::content(); - /** @var Arguments $args */ $args = DI::args(); $newuser = $args->get($args->getArgc() - 1) === 'new';