Passed
Push — master ( 143766...249a0e )
by Dev
12:51
created
src/Admin/PageAdmin.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -110,8 +110,8 @@  discard block
 block discarded – undo
110 110
 
111 111
         if ($this->exists('template')) {
112 112
             $formMapper->add('template', null, [
113
-                 'label' => 'admin.page.template.label',
114
-                 'required' => false,
113
+                    'label' => 'admin.page.template.label',
114
+                    'required' => false,
115 115
             ]);
116 116
         }
117 117
 
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                 'choices' => [
239 239
                     'admin.page.metaRobots.choice.noIndex' => 'noindex',
240 240
                 ],
241
-                 'label' => 'admin.page.metaRobots.label',
241
+                    'label' => 'admin.page.metaRobots.label',
242 242
                 'required' => false,
243 243
             ]);
244 244
         }
@@ -318,9 +318,9 @@  discard block
 block discarded – undo
318 318
 
319 319
         if ($this->exists('author')) {
320 320
             $formMapper->add('author', null, [
321
-                 'label' => 'admin.page.author.label',
322
-                 'class' => $this->getContainer()->getParameter('app.entity_user'),
323
-                 'required' => false,
321
+                    'label' => 'admin.page.author.label',
322
+                    'class' => $this->getContainer()->getParameter('app.entity_user'),
323
+                    'required' => false,
324 324
             ]);
325 325
         }
326 326
     }
Please login to merge, or discard this patch.