From 639f729b27737d1d55d5ea0b7c7a0b6f5b70eaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=B3nh=20Nguy=E1=BB=85n?= Date: Sat, 29 Jun 2024 03:13:14 +0700 Subject: [PATCH] [11.x] Remove unreachable code in AssertableJsonString (#51943) * Remove unreachable code in AssertableJsonString * Update AssertableJsonString.php * Update AssertableJsonString.php --------- Co-authored-by: Taylor Otwell --- src/Illuminate/Testing/AssertableJsonString.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Testing/AssertableJsonString.php b/src/Illuminate/Testing/AssertableJsonString.php index 4be1299180b3..748b71ab021f 100644 --- a/src/Illuminate/Testing/AssertableJsonString.php +++ b/src/Illuminate/Testing/AssertableJsonString.php @@ -211,8 +211,6 @@ public function assertMissingExact(array $data) 'within'.PHP_EOL.PHP_EOL. "[{$actual}]." ); - - return $this; } /**