@@ -8,11 +8,9 @@ |
||
8 | 8 | use Moka\Exception\MockNotCreatedException; |
9 | 9 | use Moka\Exception\NotImplementedException; |
10 | 10 | use function Moka\Factory\buildStubs; |
11 | -use Moka\Factory\StubFactory; |
|
12 | 11 | use Moka\Stub\MethodStub; |
13 | 12 | use Moka\Stub\PropertyStub; |
14 | 13 | use Moka\Stub\StubInterface; |
15 | -use Moka\Stub\StubSet; |
|
16 | 14 | |
17 | 15 | /** |
18 | 16 | * Class AbstractMockingStrategy |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Moka\Factory; |
5 | 5 | use Moka\Exception\InvalidArgumentException; |
@@ -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/buildStubs.php'; |
7 | 7 | \ No newline at end of file |