Merge pull request #5806 from axlon/patch-1

[9.x] Improve typing on user factory
This commit is contained in:
Nuno Maduro 2022-02-09 20:34:02 +00:00 committed by GitHub
commit a49d1c2aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class UserFactory extends Factory
/**
* Define the model's default state.
*
* @return array
* @return array<string, mixed>
*/
public function definition()
{
@ -29,7 +29,7 @@ public function definition()
/**
* Indicate that the model's email address should be unverified.
*
* @return \Illuminate\Database\Eloquent\Factories\Factory
* @return static
*/
public function unverified()
{