@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Faecie\Bundle\JsonApiErrorResponseBundle\DependencyInjection\Compiler; |
6 | 6 | |
@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | { |
12 | 12 | public function process(ContainerBuilder $container) |
13 | 13 | { |
14 | - $servicesToRemove = ['fos_rest.serializer.exception_normalizer.jms',]; |
|
14 | + $servicesToRemove = ['fos_rest.serializer.exception_normalizer.jms', ]; |
|
15 | 15 | |
16 | 16 | foreach ($servicesToRemove as $serviceId) { |
17 | 17 | $container->removeDefinition($serviceId); |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Faecie\Bundle\JsonApiErrorResponseBundle\DependencyInjection\Compiler; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Faecie\Bundle\JsonApiErrorResponseBundle\ExceptionDescriber; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Faecie\Bundle\JsonApiErrorResponseBundle\ExceptionDescriber; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Faecie\Bundle\JsonApiErrorResponseBundle\Exception; |
6 | 6 |