Remove redundant @return docblock in UserFactory (#6119)

This commit is contained in:
Ngô Quốc Đạt
2023-02-19 03:54:42 +07:00
committed by GitHub
parent 1bb530c609
commit 330995f6bd

View File

@@ -28,8 +28,6 @@ class UserFactory extends Factory
/** /**
* 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
{ {