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 015a33c commit 5f0abfdCopy full SHA for 5f0abfd
src/Illuminate/Validation/InvokableValidationRule.php
@@ -64,7 +64,7 @@ protected function __construct(ValidationRule|InvokableRule $invokable)
64
* Create a new implicit or explicit Invokable validation rule.
65
*
66
* @param \Illuminate\Contracts\Validation\ValidationRule|\Illuminate\Contracts\Validation\InvokableRule $invokable
67
- * @return \Illuminate\Contracts\Validation\Rule|\Illuminate\Validation\InvokableValidationRule
+ * @return \Illuminate\Validation\InvokableValidationRule
68
*/
69
public static function make($invokable)
70
{
0 commit comments