@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | require_once __DIR__ . '/Plugin/loadPlugin.php'; |
6 | 6 | require_once __DIR__ . '/Factory/buildProxy.php'; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Moka\Builder; |
5 | 5 | |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | return buildProxy($fqcnOrAlias, $this->mockingStrategy); |
68 | 68 | } |
69 | 69 | |
70 | - if (!$this->container->has($alias)) { |
|
70 | + if ( ! $this->container->has($alias)) { |
|
71 | 71 | $this->container->set($alias, buildProxy($fqcnOrAlias, $this->mockingStrategy)); |
72 | 72 | } |
73 | 73 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | require_once __DIR__ . '/const.php'; |
5 | 5 | require_once __DIR__ . '/isMethodName.php'; |