Test Failed
Branch master (128b2b)
by Ruslan
05:01
created
Category
src/DependencyInjection/Compiler/RemoveOverwrittenServicesCompilerPass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/ExceptionDescriberCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ExceptionDescriber/ExceptionDescriberInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ExceptionDescriber/DescriptiveExceptionDescriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Exception/DescriptiveExceptionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.