@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | require_once __DIR__.'/AppKernel.php'; |
15 | 15 | |
16 | -use ProxyManager\Proxy\VirtualProxyInterface; |
|
17 | 16 | use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |
17 | +use ProxyManager\Proxy\VirtualProxyInterface; |
|
18 | 18 | use Symfony\Component\DependencyInjection\ContainerInterface; |
19 | 19 | |
20 | 20 | /** |
@@ -9,9 +9,9 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | -require_once __DIR__.'/AppKernel.php'; |
|
14 | +require_once __DIR__ . '/AppKernel.php'; |
|
15 | 15 | |
16 | 16 | use ProxyManager\Proxy\VirtualProxyInterface; |
17 | 17 | use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; |