Completed
Push — master ( 71e431...91542c )
by Westin
03:45
created
src/SymfonyRouteRouter.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Psr\Http\Message\ServerRequestInterface as Request;
8 8
 use Symfony\Component\Routing\Exception\MethodNotAllowedException;
9 9
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
10
-use Symfony\Component\Routing\Exception\RouteNotFoundException;
11 10
 use Symfony\Component\Routing\Generator\UrlGenerator;
12 11
 use Symfony\Component\Routing\Matcher\UrlMatcher;
13 12
 use Symfony\Component\Routing\RouteCollection;
Please login to merge, or discard this 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/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/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/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/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/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/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.