Skip to content

Commit 3343f2b

Browse files
authored
Fix docblock for \Illuminate\Validation\ClosureValidationRule::message() (#52077)
1 parent 1e6bfcd commit 3343f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/ClosureValidationRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function passes($attribute, $value)
7272
/**
7373
* Get the validation error messages.
7474
*
75-
* @return string
75+
* @return array
7676
*/
7777
public function message()
7878
{

0 commit comments

Comments
 (0)