Skip to content

Commit

Permalink
Fix docblock for \Illuminate\Validation\ClosureValidationRule::messag…
Browse files Browse the repository at this point in the history
…e() (#52077)
  • Loading branch information
seriquynh authored Jul 10, 2024
1 parent 1e6bfcd commit 3343f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/ClosureValidationRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function passes($attribute, $value)
/**
* Get the validation error messages.
*
* @return string
* @return array
*/
public function message()
{
Expand Down

0 comments on commit 3343f2b

Please sign in to comment.