@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Superdesk Web Publisher Core Bundle. |
@@ -152,7 +152,7 @@ |
||
| 152 | 152 | { |
| 153 | 153 | $themes = array_filter( |
| 154 | 154 | $loadedThemes, |
| 155 | - function ($element) use (&$themeName) { |
|
| 155 | + function($element) use (&$themeName) { |
|
| 156 | 156 | return $element->getName() === $themeName; |
| 157 | 157 | } |
| 158 | 158 | ); |