@@ -18,7 +18,7 @@ |
||
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; |
@@ -35,7 +35,7 @@ |
||
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; |