@@ -264,7 +264,7 @@ |
||
264 | 264 | $last = $diff3[\count($diff3) - 1]; |
265 | 265 | |
266 | 266 | // At least one range array must be non-empty. |
267 | - \assert($myIter->getCount() > 0|| $yourIter->getCount() > 0); |
|
267 | + \assert($myIter->getCount() > 0 || $yourIter->getCount() > 0); |
|
268 | 268 | |
269 | 269 | // Find corresponding lines to fChangeRangeStart/End in right and left. |
270 | 270 | if (0 === $myIter->getCount()) { |