Completed
Pull Request — master (#44)
by Angelo
02:02
created
src/Strategy/AbstractMockingStrategy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Factory/buildStubs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.