Skip to content

Commit

Permalink
Ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 23, 2024
1 parent 432ff22 commit 970e16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Expectation.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public function match(mixed $subject, array $expressions): self
$matched = false;

foreach ($expressions as $key => $callback) {
if ($subject != $key) {
if ($subject != $key) { // @pest-arch-ignore-line
continue;
}

Expand Down

0 comments on commit 970e16e

Please sign in to comment.