@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace spec\VirCom\Behat3ZendFramework3Extension\ServiceContainer; |
4 | 4 | |
5 | 5 | use VirCom\Behat3ZendFramework3Extension\ServiceContainer\Behat3ZendFramework3Extension; |
@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | public function it_should_resolve_arguments( |
37 | 37 | ReflectionClass $reflectionClass, |
38 | - ServiceManager $serviceManager |
|
38 | + ServiceManager $serviceManager |
|
39 | 39 | ) { |
40 | 40 | $arguments = [ |
41 | 41 | '@Config', |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace spec\VirCom\Behat3ZendFramework3Extension\Context\Argument; |
4 | 4 | |
5 | 5 | use VirCom\Behat3ZendFramework3Extension\Context\Argument\ArgumentResolver; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace VirCom\Behat3ZendFramework3Extension\ServiceContainer; |
4 | 4 | |
5 | 5 | use VirCom\Behat3ZendFramework3Extension\Services\ZendFramework3Initializer; |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | string $basePath, |
101 | 101 | string $configurationFilePath |
102 | 102 | ): string { |
103 | - return $basePath . $configurationFilePath; |
|
103 | + return $basePath.$configurationFilePath; |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace VirCom\Behat3ZendFramework3Extension\Services; |
4 | 4 | |
5 | 5 | use Zend\Mvc\ApplicationInterface; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace VirCom\Behat3ZendFramework3Extension\Context\Argument; |
4 | 4 | |
5 | 5 | use Behat\Behat\Context\Argument\ArgumentResolver as ArgumentResolverInterface; |