@@ -1,4 +1,4 @@ |
||
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; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\Debug; |
3 | 3 | |
4 | 4 | /** |
@@ -1,4 +1,4 @@ |
||
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; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\Json; |
3 | 3 | |
4 | 4 | use stdClass; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi; |
3 | 3 | |
4 | 4 | use Psr\Container\ContainerInterface; |
@@ -2,24 +2,15 @@ |
||
2 | 2 | namespace Behapi; |
3 | 3 | |
4 | 4 | use Psr\Container\ContainerInterface; |
5 | - |
|
6 | 5 | use Behat\Behat\HelperContainer\Exception\ServiceNotFoundException; |
7 | - |
|
8 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
9 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
10 | - |
|
11 | 6 | use Http\Message\StreamFactory; |
12 | 7 | use Http\Message\MessageFactory; |
13 | - |
|
14 | 8 | use Http\Discovery\UriFactoryDiscovery; |
15 | 9 | use Http\Discovery\StreamFactoryDiscovery; |
16 | 10 | use Http\Discovery\MessageFactoryDiscovery; |
17 | - |
|
18 | -use Http\Client\Common\PluginClient; |
|
19 | 11 | use Http\Client\Common\Plugin\BaseUriPlugin; |
20 | 12 | use Http\Client\Common\Plugin\HistoryPlugin; |
21 | 13 | use Http\Client\Common\Plugin\ContentLengthPlugin; |
22 | - |
|
23 | 14 | use Behapi\Http\PluginClientBuilder; |
24 | 15 | use Behapi\HttpHistory\History as HttpHistory; |
25 | 16 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\PhpMatcher; |
3 | 3 | |
4 | 4 | use InvalidArgumentException; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\PhpMatcher; |
3 | 3 | |
4 | 4 | use Coduo\PHPMatcher\Matcher; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi; |
3 | 3 | |
4 | 4 | use Behat\Testwork\ServiceContainer\Extension; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\HttpHistory; |
3 | 3 | |
4 | 4 | use Iterator; |