@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | |
| 62 | 62 | protected function oneOfTheChildrenMatches(MenuItemInterface $item): bool |
| 63 | 63 | { |
| 64 | - if (! empty($item->getChildren())) { |
|
| 64 | + if (!empty($item->getChildren())) { |
|
| 65 | 65 | foreach ($item->getChildren() as $subItem) { |
| 66 | 66 | if ($this->matches($subItem)) { |
| 67 | 67 | $item->setInActiveTrail(true); |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | */ |
| 84 | 84 | protected function setSubnavItem(array $context): void |
| 85 | 85 | { |
| 86 | - if (! array_key_exists('selectedSubnavItem', $context)) { |
|
| 86 | + if (!array_key_exists('selectedSubnavItem', $context)) { |
|
| 87 | 87 | return; |
| 88 | 88 | } |
| 89 | 89 | |