Passed
Push — master ( 83b89e...48455b )
by Hannes
02:13
created
src/Annotations/Route.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 inroutephp\inroute\Annotations;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Dsl/RouteCompilerPass.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 inroutephp\inroute\Compiler\Dsl;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Doctrine/Bootstrap.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 inroutephp\inroute\Compiler\Doctrine;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Doctrine/RouteFactory.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 inroutephp\inroute\Compiler\Doctrine;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Settings/ManagedSettings.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 inroutephp\inroute\Compiler\Settings;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Settings/ArraySettings.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 inroutephp\inroute\Compiler\Settings;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Exception/UnknownSettingException.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 inroutephp\inroute\Compiler\Exception;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Exception/CompilerException.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 inroutephp\inroute\Compiler\Exception;
6 6
 
Please login to merge, or discard this patch.
src/Compiler/Aura/CodeGenerator.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 inroutephp\inroute\Compiler\Aura;
6 6
 
Please login to merge, or discard this patch.