Completed
Push — master ( 12fa86...670fd6 )
by oxidmod
12s
created
src/Request/Modifier/RequestModifierInterface.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 Oxidmod\RestBundle\Request\Modifier;
6 6
 
Please login to merge, or discard this patch.
src/Request/RequestModifier.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 Oxidmod\RestBundle\Request;
6 6
 
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/RequestModifierCompilerPass.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 Oxidmod\RestBundle\DependencyInjection\Compiler;
6 6
 
Please login to merge, or discard this patch.
src/DependencyInjection/RestExtension.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 Oxidmod\RestBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/Response/ResponseModifier.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 Oxidmod\RestBundle\Response;
6 6
 
Please login to merge, or discard this patch.
src/Response/Modifier/ContentTypeModifier.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 Oxidmod\RestBundle\Response\Modifier;
6 6
 
Please login to merge, or discard this patch.
src/EventListener/KernelRequestListener.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 Oxidmod\RestBundle\EventListener;
6 6
 
Please login to merge, or discard this patch.
src/Transformer/Transformer.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 Oxidmod\RestBundle\Transformer;
6 6
 
Please login to merge, or discard this patch.
src/Transformer/Exception/UnsupportedObjectException.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 Oxidmod\RestBundle\Transformer\Exception;
6 6
 
Please login to merge, or discard this patch.