Skip to content

Commit 185a0ea

Browse files
committed
AC-7025 - Sanitize input handler parameter
1 parent cf06313 commit 185a0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/NewActionTest.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class NewActionTest extends ProductTest
4848
/**
4949
* @var RegexValidator|MockObject
5050
*/
51-
protected $regexValidator;
51+
private $regexValidator;
5252

5353
/**
5454
* @var RegexFactory

0 commit comments

Comments
 (0)