Commit 4befd47b authored by jsor's avatar jsor

Remove wrong break

parent 01ff4b24
......@@ -363,7 +363,6 @@ class Comparator
foreach ($commonKeys as $key) {
if ($options1[$key] !== $options2[$key]) {
$changedProperties[] = $key;
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment