@@ -41,7 +41,8 @@ |
||
| 41 | 41 | // Code Generation |
| 42 | 42 | $this->set(MinifierInterface::class, function() { |
| 43 | 43 | return new class extends FileMinifier implements MinifierInterface |
| 44 | - {}; |
|
| 44 | + { |
|
| 45 | +}; |
|
| 45 | 46 | }); |
| 46 | 47 | $this->set(AssetManager::class, function($c) { |
| 47 | 48 | return new AssetManager($c->g(ConfigManager::class), $c->g(ParameterReader::class), |
@@ -125,7 +125,8 @@ |
||
| 125 | 125 | * The constructor |
| 126 | 126 | */ |
| 127 | 127 | private function __construct() |
| 128 | - {} |
|
| 128 | + { |
|
| 129 | +} |
|
| 129 | 130 | |
| 130 | 131 | /** |
| 131 | 132 | * @return string |