Skip to content

Commit 4e0e034

Browse files
authored
Removes @return $this when returning static (#1268)
1 parent 294d97f commit 4e0e034

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

database/factories/UserFactory.php

-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public function definition(): array
3939

4040
/**
4141
* Indicate that the model's email address should be unverified.
42-
*
43-
* @return $this
4442
*/
4543
public function unverified(): static
4644
{
@@ -53,8 +51,6 @@ public function unverified(): static
5351

5452
/**
5553
* Indicate that the user should have a personal team.
56-
*
57-
* @return $this
5854
*/
5955
public function withPersonalTeam(): static
6056
{

0 commit comments

Comments
 (0)