mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-03-29 10:08:40 +00:00
Fix spacing
This commit is contained in:
parent
dd107a9274
commit
0b6285a35f
|
|
@ -306,7 +306,7 @@ class MultiMap implements \Countable
|
|||
foreach ($keys as $key => $value) {
|
||||
$allFound = $this->remove(implode(':', $value));
|
||||
|
||||
if(!$allFound) {
|
||||
if (!$allFound) {
|
||||
$found = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user