diff options
Diffstat (limited to 'apps/theming/lib/Settings/PersonalSection.php')
-rw-r--r-- | apps/theming/lib/Settings/PersonalSection.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/lib/Settings/PersonalSection.php b/apps/theming/lib/Settings/PersonalSection.php index 4165a733fb2..bfaa8bcaa32 100644 --- a/apps/theming/lib/Settings/PersonalSection.php +++ b/apps/theming/lib/Settings/PersonalSection.php @@ -46,8 +46,8 @@ class PersonalSection implements IIconSection { * @param IL10N $l */ public function __construct(string $appName, - IURLGenerator $urlGenerator, - IL10N $l) { + IURLGenerator $urlGenerator, + IL10N $l) { $this->appName = $appName; $this->urlGenerator = $urlGenerator; $this->l = $l; |