diff --git a/src/Expectation.php b/src/Expectation.php index 3cdc43b8..57843616 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -264,7 +264,7 @@ final class Expectation $matched = false; foreach ($expressions as $key => $callback) { - if ($subject != $key) { + if ($subject != $key) { // @pest-arch-ignore-line continue; }