Completed
Push — master ( dd2ec2...896e9e )
by Craig
05:21
created
src/system/BlocksModule/Listener/BlockPositionInstallerListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
             return;
59 59
         }
60 60
         $config = $bundle->getConfig();
61
-        $positions =[];
61
+        $positions = [];
62 62
         foreach ($config as $realm => $attributes) {
63 63
             if (!isset($attributes['block']) || !isset($attributes['block']['positions'])) {
64 64
                 continue;
Please login to merge, or discard this patch.