Skip to content

Commit

Permalink
Remove redundant @return docblock in UserFactory (laravel#6119)
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Feb 18, 2023
1 parent 1bb530c commit 330995f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/factories/UserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public function definition(): array

/**
* Indicate that the model's email address should be unverified.
*
* @return $this
*/
public function unverified(): static
{
Expand Down

0 comments on commit 330995f

Please sign in to comment.