Fix spacing

This commit is contained in:
Dennis Eichhorn 2017-11-09 18:07:13 +01:00
parent dd107a9274
commit 0b6285a35f

View File

@ -306,7 +306,7 @@ class MultiMap implements \Countable
foreach ($keys as $key => $value) {
$allFound = $this->remove(implode(':', $value));
if(!$allFound) {
if (!$allFound) {
$found = false;
}
}