@@ -1,5 +1,5 @@ discard block |
||
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; |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | $serviceManager = $this->application->getServiceManager(); |
60 | - if($serviceManager->has(substr($argument, 1))) { |
|
60 | + if ($serviceManager->has(substr($argument, 1))) { |
|
61 | 61 | return $this->application |
62 | 62 | ->getServiceManager() |
63 | 63 | ->get(substr($argument, 1)); |