@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 46 | 46 | { |
| 47 | - $loader->load(__DIR__.'/config/config.yml'); |
|
| 47 | + $loader->load(__DIR__ . '/config/config.yml'); |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -12,9 +12,9 @@ |
||
| 12 | 12 | use Composer\Autoload\ClassLoader; |
| 13 | 13 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 14 | 14 | |
| 15 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 15 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 16 | 16 | |
| 17 | -require __DIR__.'/AppKernel.php'; |
|
| 17 | +require __DIR__ . '/AppKernel.php'; |
|
| 18 | 18 | |
| 19 | 19 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 20 | 20 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 46 | 46 | { |
| 47 | - $loader->load(__DIR__.'/config/config.yml'); |
|
| 47 | + $loader->load(__DIR__ . '/config/config.yml'); |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -12,9 +12,9 @@ |
||
| 12 | 12 | use Composer\Autoload\ClassLoader; |
| 13 | 13 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 14 | 14 | |
| 15 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 15 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 16 | 16 | |
| 17 | -require __DIR__.'/AppKernel.php'; |
|
| 17 | +require __DIR__ . '/AppKernel.php'; |
|
| 18 | 18 | |
| 19 | 19 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 20 | 20 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 46 | 46 | { |
| 47 | - $loader->load(__DIR__.'/config/config.yml'); |
|
| 47 | + $loader->load(__DIR__ . '/config/config.yml'); |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -12,9 +12,9 @@ |
||
| 12 | 12 | use Composer\Autoload\ClassLoader; |
| 13 | 13 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 14 | 14 | |
| 15 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 15 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 16 | 16 | |
| 17 | -require __DIR__.'/AppKernel.php'; |
|
| 17 | +require __DIR__ . '/AppKernel.php'; |
|
| 18 | 18 | |
| 19 | 19 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 20 | 20 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 46 | 46 | { |
| 47 | - $loader->load(__DIR__.'/config/config.yml'); |
|
| 47 | + $loader->load(__DIR__ . '/config/config.yml'); |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -12,9 +12,9 @@ |
||
| 12 | 12 | use Composer\Autoload\ClassLoader; |
| 13 | 13 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 14 | 14 | |
| 15 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 15 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 16 | 16 | |
| 17 | -require __DIR__.'/AppKernel.php'; |
|
| 17 | +require __DIR__ . '/AppKernel.php'; |
|
| 18 | 18 | |
| 19 | 19 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 20 | 20 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 46 | 46 | { |
| 47 | - $loader->load(__DIR__.'/config/config.yml'); |
|
| 47 | + $loader->load(__DIR__ . '/config/config.yml'); |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |