Completed
Pull Request — master (#11)
by oxidmod
05:46
created
src/DependencyInjection/Compiler/TransformerCompilerPass.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/Compiler/ResponseModifierCompilerPass.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/Transformer/TransformerInterface.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/Request/Modifier/JsonRequestModifier.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/Response/ResponseRenderer.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/ResponseModifierInterface.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/KernelResponseListener.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.