Skip to content

Commit

Permalink
Fix invokable validation rule return type (#54179)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored Jan 13, 2025
1 parent 015a33c commit 5f0abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/InvokableValidationRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function __construct(ValidationRule|InvokableRule $invokable)
* Create a new implicit or explicit Invokable validation rule.
*
* @param \Illuminate\Contracts\Validation\ValidationRule|\Illuminate\Contracts\Validation\InvokableRule $invokable
* @return \Illuminate\Contracts\Validation\Rule|\Illuminate\Validation\InvokableValidationRule
* @return \Illuminate\Validation\InvokableValidationRule
*/
public static function make($invokable)
{
Expand Down

0 comments on commit 5f0abfd

Please sign in to comment.