Skip to content

Commit cba534b

Browse files
committed
Fix return type
1 parent d92baf5 commit cba534b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Requests/Auth/RegisterRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
final class RegisterRequest extends FormRequest
1212
{
1313
/**
14-
* @return array<string, array<mixed>|string>
14+
* @return array<string, array<mixed>>
1515
*/
1616
public function rules(): array
1717
{

0 commit comments

Comments
 (0)