@@ -36,7 +36,6 @@ |
||
| 36 | 36 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
| 37 | 37 | use Sylius\Component\Resource\ResourceActions; |
| 38 | 38 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 39 | -use Symfony\Component\DependencyInjection\ContainerAware; |
|
| 40 | 39 | use Symfony\Component\Form\Form; |
| 41 | 40 | use Symfony\Component\Form\FormView; |
| 42 | 41 | use Symfony\Component\HttpFoundation\Request; |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | use Composer\Autoload\ClassLoader; |
| 5 | 5 | |
| 6 | 6 | /** @var ClassLoader $loader */ |
| 7 | -$loader = require __DIR__.'/../vendor/autoload.php'; |
|
| 7 | +$loader = require __DIR__ . '/../vendor/autoload.php'; |
|
| 8 | 8 | |
| 9 | 9 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 10 | 10 | |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | 19 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 20 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 21 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 20 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 21 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 22 | 22 | |
| 23 | 23 | $kernel = new AppKernel('prod', false); |
| 24 | 24 | $kernel->loadClassCache(); |
@@ -27,12 +27,12 @@ |
||
| 27 | 27 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 28 | 28 | )) { |
| 29 | 29 | header('HTTP/1.0 403 Forbidden'); |
| 30 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 30 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 34 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 35 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 34 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 35 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 36 | 36 | |
| 37 | 37 | Debug::enable(); |
| 38 | 38 | |
@@ -27,12 +27,12 @@ |
||
| 27 | 27 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 28 | 28 | )) { |
| 29 | 29 | header('HTTP/1.0 403 Forbidden'); |
| 30 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 30 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 34 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 35 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 34 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 35 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 36 | 36 | |
| 37 | 37 | Debug::enable(); |
| 38 | 38 | |
@@ -27,12 +27,12 @@ |
||
| 27 | 27 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 28 | 28 | )) { |
| 29 | 29 | header('HTTP/1.0 403 Forbidden'); |
| 30 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 30 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 34 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 35 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 34 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 35 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 36 | 36 | |
| 37 | 37 | Debug::enable(); |
| 38 | 38 | |