@@ -164,7 +164,7 @@ |
||
| 164 | 164 | $this->children = iterator_to_array($this->children); |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | - return ! empty($this->children); |
|
| 167 | + return !empty($this->children); |
|
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | public function isCurrent(): bool |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | use Symplify\EasyCodingStandard\Config\ECSConfig; |
| 7 | 7 | use Symplify\EasyCodingStandard\ValueObject\Set\SetList; |
| 8 | 8 | |
| 9 | -return function (ECSConfig $ecsConfig): void { |
|
| 9 | +return function(ECSConfig $ecsConfig): void { |
|
| 10 | 10 | $ecsConfig->paths([ |
| 11 | 11 | __DIR__ . '/src', |
| 12 | 12 | __DIR__ . '/tests', |
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | $selectedSubnavItem = [$selectedSubnavItem]; |
| 96 | 96 | } |
| 97 | 97 | |
| 98 | - $this->selectedSubnavItem = $selectedSubnavItem; |
|
| 98 | + $this->selectedSubnavItem = $selectedSubnavItem; |
|
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | protected function getHandle(MenuInterface|MenuItemInterface $class): string |