Passed
Push — master ( 95311e...3abc63 )
by Simon
02:20
created
Block/Component.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function __construct(
24 24
         Template\Context $context,
25 25
         Registry $registry,
26
-        array $data = []
26
+        array $data = [ ]
27 27
     )
28 28
     {
29 29
         $this->_registry = $registry;
Please login to merge, or discard this patch.