@@ -103,7 +103,7 @@ |
||
103 | 103 | } |
104 | 104 | $formatted = $this->formatter->format($message); |
105 | 105 | $escaped = htmlspecialchars($formatted, ENT_QUOTES, 'UTF-8'); |
106 | - $converted = preg_replace_callback(self::CLI_COLORS_PATTERN, function ($matches) { |
|
106 | + $converted = preg_replace_callback(self::CLI_COLORS_PATTERN, function($matches) { |
|
107 | 107 | return $this->replaceFormat($matches); |
108 | 108 | }, $escaped); |
109 | 109 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function registerContainerConfiguration(LoaderInterface $loader) |
35 | 35 | { |
36 | - $loader->load(function (ContainerBuilder $containerBuilder) { |
|
36 | + $loader->load(function(ContainerBuilder $containerBuilder) { |
|
37 | 37 | $containerBuilder->setParameter('kernel.secret', 123); |
38 | 38 | }); |
39 | 39 | } |