@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\EventListener; |
3 | 3 | |
4 | 4 | final class Events |
@@ -1,4 +1,4 @@ |
||
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; |
@@ -2,13 +2,10 @@ |
||
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 |
@@ -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\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; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\Http; |
3 | 3 | |
4 | 4 | use RuntimeException; |