Skip to content

Commit 330995f

Browse files
authored
Remove redundant @return docblock in UserFactory (laravel#6119)
1 parent 1bb530c commit 330995f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

database/factories/UserFactory.php

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public function definition(): array
2828

2929
/**
3030
* Indicate that the model's email address should be unverified.
31-
*
32-
* @return $this
3331
*/
3432
public function unverified(): static
3533
{

0 commit comments

Comments
 (0)