Completed
Branch master (dd5da4)
by Hannes
02:35
created
Category
src/Annotation/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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/LoaderBootstrap.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 inroutephp\inroute\Annotation;
6 6
 
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 {
16 16
     public function bootstrap(SettingsInterface $settings): void
17 17
     {
18
-        AnnotationRegistry::registerLoader(function (string $classname): bool {
18
+        AnnotationRegistry::registerLoader(function(string $classname): bool {
19 19
             return class_exists($classname);
20 20
         });
21 21
     }
Please login to merge, or discard this patch.
src/Annotation/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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/AnnotatedObject.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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/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\Settings;
6 6
 
Please login to merge, or discard this patch.
src/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\Settings;
6 6
 
Please login to merge, or discard this patch.
src/Aura/UrlGenerator.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\Aura;
6 6
 
Please login to merge, or discard this patch.
src/Aura/RouteMapper.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\Aura;
6 6
 
Please login to merge, or discard this patch.