@@ -7,7 +7,6 @@ |
||
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; |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -5,7 +5,7 @@ |
||
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 |