Skip to content

Commit 9d84bf3

Browse files
committed
MC-41783: Validator Info minor fix
1 parent 76cb750 commit 9d84bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ class ValidatorInfo extends Validator
4646
protected $fileRelativePath;
4747

4848
/**
49-
* @var IoFile|null
49+
* @var IoFile
5050
*/
5151
private $ioFile;
5252
/**
53-
* @var NotProtectedExtension|null
53+
* @var NotProtectedExtension
5454
*/
5555
private $fileValidator;
5656

0 commit comments

Comments
 (0)