mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02:00
Ignores
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user