Fix formatting

This commit is contained in:
Dennis Eichhorn 2018-12-01 20:46:41 +01:00
parent 7f603656f3
commit 51894cbbb5

View File

@ -86,7 +86,7 @@ final class EventManager
$result = false; $result = false;
foreach ($allGroups as $match) { foreach ($allGroups as $match) {
if(\preg_match('~^' . $group . '$~', $match) === 1) { if (\preg_match('~^' . $group . '$~', $match) === 1) {
$result = $result || $this->triggerSingleEvent($match, $id, $data); $result = $result || $this->triggerSingleEvent($match, $id, $data);
} }
} }