This commit is contained in:
Nuno Maduro
2024-09-23 14:08:30 +01:00
parent 432ff221c6
commit 970e16e949

View File

@ -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;
}