Skip to content

Commit b8e5eec

Browse files
committed
AC-6049: Filtering inputs handler in page_cache/block controller
* code cleanup
1 parent 6bf60f4 commit b8e5eec

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ abstract class Block extends \Magento\Framework\App\Action\Action
4242
private $layoutCacheKeyName = 'mage_pagecache';
4343

4444
/**
45-
* @var private RegexFactory
45+
* @var RegexFactory
4646
*/
47-
private $regexValidatorFactory;
47+
private RegexFactory $regexValidatorFactory;
4848

4949
/**
5050
* Validation pattern for handles array

0 commit comments

Comments
 (0)