Skip to content

Commit 48e815b

Browse files
committed
[Validator] Fix File::$extensions’ PHPDoc
1 parent b3f4df8 commit 48e815b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class File extends Constraint
7373
protected $maxSize;
7474

7575
/**
76-
* @param array<string, string|string[]>|string[]|string $extensions
76+
* @param array<string|string[]>|string $extensions
7777
*/
7878
public function __construct(
7979
array $options = null,

0 commit comments

Comments
 (0)