Passed
Push — master ( be4384...5ff6df )
by Baptiste
02:29
created
src/HttpHistory/History.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\HttpHistory;
3 3
 
4 4
 use IteratorAggregate;
Please login to merge, or discard this patch.
src/Http/PluginNotFound.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 Throwable;
Please login to merge, or discard this patch.
src/PhpMatcher/JsonContext.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\PhpMatcher;
3 3
 
4 4
 use stdClass;
Please login to merge, or discard this patch.
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;
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
             return false;
66 66
         }
67 67
 
68
-        [$contentType,] = explode(';', $message->getHeaderLine('Content-Type'), 2);
68
+        [$contentType, ] = explode(';', $message->getHeaderLine('Content-Type'), 2);
69 69
 
70 70
         return in_array($contentType, $this->types, true);
71 71
     }
Please login to merge, or discard this patch.
src/Debug/Introspection/Response/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\Response\VarDumper;
3 3
 
4 4
 use Psr\Http\Message\MessageInterface;
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
             return false;
66 66
         }
67 67
 
68
-        [$contentType,] = explode(';', $message->getHeaderLine('Content-Type'), 2);
68
+        [$contentType, ] = explode(';', $message->getHeaderLine('Content-Type'), 2);
69 69
 
70 70
         return in_array($contentType, $this->types, true);
71 71
     }
Please login to merge, or discard this patch.
src/Debug/Status.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
 /**
Please login to merge, or discard this patch.