Skip to content

Commit e3e8e10

Browse files
authored
Specify return type array type (#525)
1 parent 119476e commit e3e8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/PasswordValidationRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trait PasswordValidationRules
99
/**
1010
* Get the validation rules used to validate passwords.
1111
*
12-
* @return array<int, \Illuminate\Contracts\Validation\Rule|array|string>
12+
* @return array<int, \Illuminate\Contracts\Validation\Rule|array<mixed>|string>
1313
*/
1414
protected function passwordRules(): array
1515
{

0 commit comments

Comments
 (0)