Fix code style in StyleAddForm
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Jul 2020 09:18:15 +0000 (11:18 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 09:18:15 +0000 (11:18 +0200)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php

index 44609054b14fdab520f62bd9ce888eba4f0203f6..b810e77ade95c0259c5abccd3b1f311a376a03e4 100644 (file)
@@ -238,12 +238,12 @@ class StyleAddForm extends AbstractForm {
        
        protected function getUploadFields() {
                return [
-                       'image' => [ ],
-                       'image2x' => [ ],
-                       'pageLogo' => [ 'allowSvgImage' => true ],
-                       'pageLogoMobile' => [ 'allowSvgImage' => true ],
-                       'coverPhoto' => [ ],
-                       'favicon' => [ ],
+                       'image' => [],
+                       'image2x' => [],
+                       'pageLogo' => ['allowSvgImage' => true],
+                       'pageLogoMobile' => ['allowSvgImage' => true],
+                       'coverPhoto' => [],
+                       'favicon' => [],
                ];
        }