mirror of
https://github.com/friendica/friendica
synced 2025-02-22 18:38:13 +00:00
Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index
This commit is contained in:
parent
3ebc0371b7
commit
689c8ce0e3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue