We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf60f4 commit b8e5eecCopy full SHA for b8e5eec
app/code/Magento/PageCache/Controller/Block.php
@@ -42,9 +42,9 @@ abstract class Block extends \Magento\Framework\App\Action\Action
42
private $layoutCacheKeyName = 'mage_pagecache';
43
44
/**
45
- * @var private RegexFactory
+ * @var RegexFactory
46
*/
47
- private $regexValidatorFactory;
+ private RegexFactory $regexValidatorFactory;
48
49
50
* Validation pattern for handles array
0 commit comments