From 375df4183874ef683e2a92aeff285d2bff30efb6 Mon Sep 17 00:00:00 2001 From: Marshall Davis Date: Wed, 10 Nov 2021 15:41:55 -0500 Subject: [PATCH] Correct styling of PHPDoc. Remove extra blank line between paramters and return annotation. --- src/Illuminate/Testing/TestResponse.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Illuminate/Testing/TestResponse.php b/src/Illuminate/Testing/TestResponse.php index 7658b062d982..89e66123089a 100644 --- a/src/Illuminate/Testing/TestResponse.php +++ b/src/Illuminate/Testing/TestResponse.php @@ -867,7 +867,6 @@ public function assertJsonValidationErrors($errors, $responseKey = 'errors') * * @param string $key * @param string $responseKey - * * @return $this */ public function assertJsonValidationErrorFor($key, $responseKey = 'errors')