Completed
Push — master ( f08431...9e6a00 )
by Westin
18:50 queued 08:52
created
src/Container/HttpFoundationFactoryFactory.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 WShafer\Expressive\Symfony\Router\Container;
6 6
 
Please login to merge, or discard this patch.
src/SymfonyRouteRouterFactory.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 WShafer\Expressive\Symfony\Router;
6 6
 
Please login to merge, or discard this patch.
src/Container/UrlMatcherFactory.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 WShafer\Expressive\Symfony\Router\Container;
6 6
 
Please login to merge, or discard this patch.
src/Container/RequestContextFactory.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 WShafer\Expressive\Symfony\Router\Container;
6 6
 
Please login to merge, or discard this patch.
src/Container/UrlGeneratorFactory.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 WShafer\Expressive\Symfony\Router\Container;
6 6
 
Please login to merge, or discard this patch.
src/Container/RouteCollectionFactory.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 WShafer\Expressive\Symfony\Router\Container;
6 6
 
Please login to merge, or discard this patch.
src/ConfigProvider.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 WShafer\Expressive\Symfony\Router;
6 6
 
Please login to merge, or discard this patch.
src/SymfonyRouteRouter.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 WShafer\Expressive\Symfony\Router;
6 6
 
Please login to merge, or discard this patch.
src/Exception/InvalidCacheException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * @license   https://github.com/zendframework/zend-expressive-fastroute/blob/master/LICENSE.md New BSD License
6 6
  */
7 7
 
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace WShafer\Expressive\Symfony\Router\Container;
11 11
 
Please login to merge, or discard this patch.