Skip to content

Commit 1cdcee4

Browse files
Fix Validator placeholderHash PHPDoc (#56947)
1 parent 090cbe4 commit 1cdcee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class Validator implements ValidatorContract
309309
/**
310310
* The current random hash for the validator.
311311
*
312-
* @var string
312+
* @var string|null
313313
*/
314314
protected static $placeholderHash;
315315

0 commit comments

Comments
 (0)