From 330995f6bdb8242963f8ef45ffbe866261ab1f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20Qu=E1=BB=91c=20=C4=90=E1=BA=A1t?= Date: Sun, 19 Feb 2023 03:54:42 +0700 Subject: [PATCH] Remove redundant `@return` docblock in UserFactory (#6119) --- database/factories/UserFactory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index d4e88356126..a6ecc0af2fa 100644 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -28,8 +28,6 @@ public function definition(): array /** * Indicate that the model's email address should be unverified. - * - * @return $this */ public function unverified(): static {