Passed
Branch master (bc763f)
by Simon
01:58
created
Category
Block/Component.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         State $state,
19 19
         Template\Context $context,
20 20
         Registry $registry,
21
-        array $data = []
21
+        array $data = [ ]
22 22
     )
23 23
     {
24 24
         $this->_registry = $registry;
Please login to merge, or discard this patch.
Model/Layout/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function beforeGetOutput(\Magento\Framework\View\Layout $subject)
36 36
     {
37 37
         if ($subject->isCacheable() && !$this->_config->isEnabled()) {
38
-            $tags = [];
38
+            $tags = [ ];
39 39
             foreach ($subject->getAllBlocks() as $block) {
40 40
                 if ($block instanceof \Magento\Framework\DataObject\IdentityInterface) {
41 41
                     $isEsiBlock = $block->getTtl() > 0;
Please login to merge, or discard this patch.