Skip to content

Commit bf7df0d

Browse files
Fix PageCache: async rendering of blocks can corrupt layout cache #8554 #9050
Fix PSR-2 standard
1 parent 5a6a000 commit bf7df0d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageCache/Controller

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/Controller/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function _getBlocks()
6868
$blocks = $this->jsonSerializer->unserialize($blocks);
6969
$handles = $this->base64jsonSerializer->unserialize($handles);
7070

71-
if(is_array($handles)){
71+
if (is_array($handles)) {
7272
$handles[] = $this->additionalPageCacheHandle;
7373
}
7474

0 commit comments

Comments
 (0)