Remove redundant `@return` docblock in UserFactory (#6119)
This commit is contained in:
parent
1bb530c609
commit
330995f6bd
|
|
@ -28,8 +28,6 @@ public function definition(): array
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicate that the model's email address should be unverified.
|
* Indicate that the model's email address should be unverified.
|
||||||
*
|
|
||||||
* @return $this
|
|
||||||
*/
|
*/
|
||||||
public function unverified(): static
|
public function unverified(): static
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue