Skip to content

Commit 453508e

Browse files
author
Sébastien Nikolaou
authored
Fix docblock for ConditionalRules::$rules (#38436)
1 parent 9cc8d84 commit 453508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/ConditionalRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ConditionalRules
1616
/**
1717
* The rules to be added to the attribute.
1818
*
19-
* @var array
19+
* @var array|string
2020
*/
2121
protected $rules;
2222

0 commit comments

Comments
 (0)