Completed
Push — master ( 1595c9...264e47 )
by Alejandro
01:56
created
src/ConfigProvider.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 Acelaya\Expressive;
5 5
 
Please login to merge, or discard this patch.
test/ConfigProviderTest.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 AcelayaTest\Expressive;
5 5
 
Please login to merge, or discard this patch.
src/Router/SlimRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     {
104 104
         $this->injectRoutes();
105 105
 
106
-        if (! $this->router->hasNamedRoute($name)) {
106
+        if (!$this->router->hasNamedRoute($name)) {
107 107
             throw new Exception\RuntimeException(sprintf(
108 108
                 'Cannot generate URI based on route "%s"; route not found',
109 109
                 $name
Please login to merge, or discard this patch.