Skip to content

Commit

Permalink
Fix docblock for ConditionalRules::$rules (#38436)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdesign committed Aug 18, 2021
1 parent 9cc8d84 commit 453508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/ConditionalRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConditionalRules
/**
* The rules to be added to the attribute.
*
* @var array
* @var array|string
*/
protected $rules;

Expand Down

0 comments on commit 453508e

Please sign in to comment.