We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb4e57 commit 9825c0fCopy full SHA for 9825c0f
src/Illuminate/Validation/InvokableValidationRule.php
@@ -61,7 +61,7 @@ protected function __construct(ValidationRule|InvokableRule $invokable)
61
/**
62
* Create a new implicit or explicit Invokable validation rule.
63
*
64
- * @param \Illuminate\Contracts\Validation\InvokableRule $invokable
+ * @param \Illuminate\Contracts\Validation\ValidationRule|\Illuminate\Contracts\Validation\InvokableRule $invokable
65
* @return \Illuminate\Contracts\Validation\Rule
66
*/
67
public static function make($invokable)
0 commit comments