Skip to content

Commit 44898b7

Browse files
Revert "Stop iterating when a match is found."
This reverts commit 703449e.
1 parent 1affd8c commit 44898b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Framework/Constraint/ArraySubset.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public function evaluate($other, $description = '', $returnResult = false)
115115

116116
if (!empty($recursed)) {
117117
$intersect[$key] = $recursed;
118-
119-
break;
120118
}
121119
}
122120
}

0 commit comments

Comments
 (0)