Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index
This commit is contained in:
parent
3ebc0371b7
commit
689c8ce0e3
|
@ -99,7 +99,6 @@ class Index extends BaseSettingsModule
|
||||||
|
|
||||||
parent::content();
|
parent::content();
|
||||||
|
|
||||||
/** @var Arguments $args */
|
|
||||||
$args = DI::args();
|
$args = DI::args();
|
||||||
|
|
||||||
$newuser = $args->get($args->getArgc() - 1) === 'new';
|
$newuser = $args->get($args->getArgc() - 1) === 'new';
|
||||||
|
|
Loading…
Reference in a new issue