Skip to content

Commit 56a368f

Browse files
committed
ENGCOM-4544: Semantic Version Checker fix.
1 parent 2faa1ec commit 56a368f

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Page

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Page/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Config
133133
/**
134134
* @var array
135135
*/
136-
protected $additionalMetaAssets = ['msapplication-TileImage'];
136+
private $additionalMetaAssets = ['msapplication-TileImage'];
137137

138138
/**
139139
* @var \Magento\Framework\App\State

0 commit comments

Comments
 (0)