@@ -38,15 +38,15 @@ discard block |
||
38 | 38 | protected function readAnnotations(ContainerBuilder $container) : void |
39 | 39 | { |
40 | 40 | $annotationLoader = new AnnotationLoader($container); |
41 | - $annotationLoader->load(ROOT . 'src'); |
|
41 | + $annotationLoader->load(ROOT.'src'); |
|
42 | 42 | |
43 | - if (!is_dir(ROOT . 'vendor/brainexe/')) { |
|
43 | + if (!is_dir(ROOT.'vendor/brainexe/')) { |
|
44 | 44 | return; |
45 | 45 | } |
46 | 46 | |
47 | 47 | $appFinder = new Finder(); |
48 | 48 | $appFinder->directories() |
49 | - ->in([ROOT . 'vendor/brainexe/']) |
|
49 | + ->in([ROOT.'vendor/brainexe/']) |
|
50 | 50 | ->depth('<=1') |
51 | 51 | ->name('src'); |
52 | 52 | |
@@ -62,8 +62,8 @@ discard block |
||
62 | 62 | protected function dumpContainer(ContainerBuilder $container) : void |
63 | 63 | { |
64 | 64 | $debug = $container->getParameter('debug'); |
65 | - $containerFile = ROOT . 'cache/dic.php'; |
|
66 | - $configFile = ROOT . 'cache/config.json'; |
|
65 | + $containerFile = ROOT.'cache/dic.php'; |
|
66 | + $configFile = ROOT.'cache/config.json'; |
|
67 | 67 | |
68 | 68 | $dumper = new PhpDumper($container); |
69 | 69 | $dumper->setProxyDumper(new ProxyDumper()); |