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 5901059 commit 6479a60Copy full SHA for 6479a60
database/factories/UserFactory.php
@@ -13,7 +13,7 @@ class UserFactory extends Factory
13
/**
14
* Define the model's default state.
15
*
16
- * @return array
+ * @return array<string, mixed>
17
*/
18
public function definition()
19
{
@@ -29,7 +29,7 @@ public function definition()
29
30
* Indicate that the model's email address should be unverified.
31
32
- * @return \Illuminate\Database\Eloquent\Factories\Factory
+ * @return static
33
34
public function unverified()
35
0 commit comments