Passed
Pull Request — master (#48)
by Baptiste
02:17
created
src/Http/ResponseContext.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
 namespace Behapi\Http;
3 3
 
4 4
 use RuntimeException;
Please login to merge, or discard this patch.
src/Http/RequestContext.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
 namespace Behapi\Http;
3 3
 
4 4
 use RuntimeException;
Please login to merge, or discard this patch.
src/Debug/Introspection/Adapter.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
 namespace Behapi\Debug\Introspection;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.
src/Debug/Introspection/Response/VarDumperAdapter.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
 namespace Behapi\Debug\Introspection\Response;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.
src/Debug/Introspection/Request/VarDumperAdapter.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
 namespace Behapi\Debug\Introspection\Request;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.
src/Debug/Introspection/Request/EchoerAdapter.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
 namespace Behapi\Debug\Introspection\Request;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.
src/Debug/Introspection/Response/EchoerAdapter.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
 namespace Behapi\Debug\Introspection\Response;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.
src/Debug/Introspection/UnsupportedMessage.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
 namespace Behapi\Debug\Introspection;
3 3
 
4 4
 use InvalidArgumentException;
Please login to merge, or discard this patch.
src/Debug/Listener.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
 namespace Behapi\Debug;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
Please login to merge, or discard this patch.