Skip to content

Commit

Permalink
Revert "Stop iterating when a match is found."
Browse files Browse the repository at this point in the history
This reverts commit 703449e.
  • Loading branch information
sebastianbergmann committed Aug 7, 2018
1 parent 1affd8c commit 44898b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Framework/Constraint/ArraySubset.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public function evaluate($other, $description = '', $returnResult = false)

if (!empty($recursed)) {
$intersect[$key] = $recursed;

break;
}
}
}
Expand Down

0 comments on commit 44898b7

Please sign in to comment.