Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index

This commit is contained in:
Hypolite Petovan 2020-01-20 13:28:41 -05:00
parent 3ebc0371b7
commit 689c8ce0e3
1 changed files with 0 additions and 1 deletions

View File

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