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 7dea22c commit 23ab454Copy full SHA for 23ab454
src/Illuminate/Foundation/Console/stubs/request.stub
@@ -17,7 +17,7 @@ class {{ class }} extends FormRequest
17
/**
18
* Get the validation rules that apply to the request.
19
*
20
- * @return array<string, \Illuminate\Contracts\Validation\ValidationRule|array|string>
+ * @return array<string, \Illuminate\Contracts\Validation\ValidationRule|array<mixed>|string>
21
*/
22
public function rules(): array
23
{
0 commit comments