Passed
Branch master (32ad63)
by Bohuslav
02:06
created
src/Matcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router;
5 5
 
Please login to merge, or discard this patch.
src/Matcher/Regex.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Matcher;
5 5
 
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
      */
283 283
     private function transformRouteVariables(string $route, array $variables) : string
284 284
     {
285
-        list($valueToReplace, , $parametersVariables) = array_pad(
285
+        list($valueToReplace,, $parametersVariables) = array_pad(
286 286
             $variables,
287 287
             3,
288 288
             null
Please login to merge, or discard this patch.
src/Route/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Route;
5 5
 
Please login to merge, or discard this patch.
src/Route/Builder/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Route\Builder;
5 5
 
Please login to merge, or discard this patch.
src/Route/Route/Parsed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Route\Route;
5 5
 
Please login to merge, or discard this patch.
src/Dispatcher/ClosureAutoBind.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Dispatcher;
5 5
 
Please login to merge, or discard this patch.
src/Dispatcher/ClassAutoBind.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Dispatcher;
5 5
 
Please login to merge, or discard this patch.
src/Route/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Route;
5 5
 
Please login to merge, or discard this patch.
src/Route/Route/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Kambo\Router\Route\Route;
5 5
 
Please login to merge, or discard this patch.