Completed
Pull Request — master (#44)
by Alberto
07:10
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.