Passed
Push — master ( 7aeea0...34af2a )
by Jelmer
47s
created
src/Controller/RequestFilterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\Controller;
4 4
 
Please login to merge, or discard this patch.
src/Controller/ControllerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\Controller;
4 4
 
Please login to merge, or discard this patch.
src/Controller/RequestValidatorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\Controller;
4 4
 
Please login to merge, or discard this patch.
src/ServerMiddleware/ErrorHandlerMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\ServerMiddleware;
4 4
 
Please login to merge, or discard this patch.
src/ServerMiddleware/JsonRequestParserMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\ServerMiddleware;
4 4
 
Please login to merge, or discard this patch.
src/ServerMiddleware/RoutingMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\ServerMiddleware;
4 4
 
Please login to merge, or discard this patch.
src/ServerMiddleware/RequestFilterMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\ServerMiddleware;
4 4
 
Please login to merge, or discard this patch.
src/ServerMiddleware/RequestValidatorMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\ServerMiddleware;
4 4
 
Please login to merge, or discard this patch.
src/Router/SymfonyRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace jschreuder\Middle\Router;
4 4
 
Please login to merge, or discard this patch.