Passed
Push — master ( 0564b2...f3d21d )
by Baptiste
02:11
created
src/EventListener/Events.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\EventListener;
3 3
 
4 4
 final class Events
Please login to merge, or discard this patch.
src/EventListener/RequestEvent.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\EventListener;
3 3
 
4 4
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.
src/Json/AbstractContext.php 2 patches
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,16 +3,12 @@
 block discarded – undo
3 3
 
4 4
 use stdClass;
5 5
 use Datetime;
6
-
7 6
 use Throwable;
8 7
 use InvalidArgumentException;
9
-
10 8
 use Behat\Behat\Context\Context;
11 9
 use Behat\Gherkin\Node\PyStringNode;
12
-
13 10
 use Symfony\Component\PropertyAccess\PropertyAccess;
14 11
 use Symfony\Component\PropertyAccess\PropertyAccessor;
15
-
16 12
 use Webmozart\Assert\Assert;
17 13
 
18 14
 use function preg_match;
Please login to merge, or discard this 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\Json;
3 3
 
4 4
 use stdClass;
Please login to merge, or discard this patch.
src/PhpMatcher/JsonContext.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 namespace Behapi\PhpMatcher;
3 3
 
4 4
 use InvalidArgumentException;
5
-
6 5
 use Behat\Behat\Context\Context;
7 6
 use Behat\Gherkin\Node\PyStringNode;
8
-
9 7
 use Symfony\Component\PropertyAccess\PropertyAccess;
10 8
 use Symfony\Component\PropertyAccess\PropertyAccessor;
11
-
12 9
 use Behapi\Http\Client;
13 10
 use Behapi\HttpHistory as HttpHistory;
14 11
 
Please login to merge, or discard this 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 InvalidArgumentException;
Please login to merge, or discard this patch.
src/Debug/CliController.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 Symfony\Component\Console\Command\Command;
Please login to merge, or discard this patch.
src/Debug/Configuration.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.
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\RequestInterface;
Please login to merge, or discard this patch.
src/Container.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;
3 3
 
4 4
 use Psr\Container\ContainerInterface;
Please login to merge, or discard this patch.
src/Http/Client.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.