Passed
Push — master ( 529de4...5c67a7 )
by Baptiste
02:59
created
src/Debug/Introspection/Request/VarDumper/JsonAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 namespace Behapi\Debug\Introspection\Request\VarDumper;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
             return false;
49 49
         }
50 50
 
51
-        [$contentType,] = explode(';', $message->getHeaderLine('Content-Type'), 2);
51
+        [$contentType, ] = explode(';', $message->getHeaderLine('Content-Type'), 2);
52 52
 
53 53
         return 'application/json' === $contentType;
54 54
     }
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.