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 119476e commit e3e8e10Copy full SHA for e3e8e10
stubs/PasswordValidationRules.php
@@ -9,7 +9,7 @@ trait PasswordValidationRules
9
/**
10
* Get the validation rules used to validate passwords.
11
*
12
- * @return array<int, \Illuminate\Contracts\Validation\Rule|array|string>
+ * @return array<int, \Illuminate\Contracts\Validation\Rule|array<mixed>|string>
13
*/
14
protected function passwordRules(): array
15
{
0 commit comments