Skip to content

Commit

Permalink
[11.x] Remove unreachable code in AssertableJsonString (#51943)
Browse files Browse the repository at this point in the history
* Remove unreachable code in AssertableJsonString

* Update AssertableJsonString.php

* Update AssertableJsonString.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
seriquynh and taylorotwell authored Jun 28, 2024
1 parent 091a319 commit 639f729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Testing/AssertableJsonString.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ public function assertMissingExact(array $data)
'within'.PHP_EOL.PHP_EOL.
"[{$actual}]."
);

return $this;
}

/**
Expand Down

0 comments on commit 639f729

Please sign in to comment.