Skip to content

Commit

Permalink
Fix DocBlock (#25027)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisobregon authored and taylorotwell committed Jul 31, 2018
1 parent f76fefb commit 689e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function failed();
/**
* Add conditions to a given field based on a Closure.
*
* @param string $attribute
* @param string|array $attribute
* @param string|array $rules
* @param callable $callback
* @return $this
Expand Down

0 comments on commit 689e087

Please sign in to comment.