Passed
Push — master ( 068249...88bb11 )
by Peter
04:25
created
abter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 
9 9
 return [
10 10
     Module::IDENTIFIER         => 'AbterPhp\Bootstrap4Website',
11
-    Module::DEPENDENCIES       => ['AbterPhp\Website'],
11
+    Module::DEPENDENCIES       => [ 'AbterPhp\Website' ],
12 12
     Module::ENABLED            => true,
13 13
     Module::HTTP_BOOTSTRAPPERS => [
14 14
         Bootstrappers\Events\Listeners::class,
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
     Module::EVENTS             => [
17 17
         WebsiteEvent::WEBSITE_READY => [
18 18
             /** @see \AbterPhp\Bootstrap4Website\Events\Listeners\WebsiteDecorator::handle */
19
-            Priorities::NORMAL => [sprintf('%s@handle', Events\Listeners\WebsiteDecorator::class)],
19
+            Priorities::NORMAL => [ sprintf('%s@handle', Events\Listeners\WebsiteDecorator::class) ],
20 20
         ],
21 21
     ],
22 22
     Module::RESOURCE_PATH      => realpath(__DIR__ . '/resources'),
Please login to merge, or discard this patch.