@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | } |
217 | 217 | |
218 | 218 | /** |
219 | - * @return callable |
|
219 | + * @return \Closure |
|
220 | 220 | */ |
221 | 221 | private function stringToArray() |
222 | 222 | { |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | /** |
229 | - * @return callable |
|
229 | + * @return \Closure |
|
230 | 230 | */ |
231 | 231 | private function isNotHash() |
232 | 232 | { |
@@ -246,7 +246,7 @@ discard block |
||
246 | 246 | /** |
247 | 247 | * @param string $node |
248 | 248 | * |
249 | - * @return callable |
|
249 | + * @return \Closure |
|
250 | 250 | */ |
251 | 251 | private function nodeRequiredIfEnabled($node) |
252 | 252 | { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | $config['logging_channel'] |
33 | 33 | ); |
34 | 34 | |
35 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
35 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
36 | 36 | $loader->load('services.xml'); |
37 | 37 | |
38 | 38 | $swiftmailerEnabled = $config['channels']['swiftmailer']['enabled'] && |