Completed
Pull Request — master (#44)
by Angelo
02:01
created
src/Proxy/ProxyTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     private $__moka_methods = [];
36 36
 
37 37
     /**
38
-     * @return object
38
+     * @return \PHPUnit\Framework\MockObject\MockObject
39 39
      */
40 40
     public function __moka_getMock()
41 41
     {
Please login to merge, or discard this patch.
src/Strategy/AbstractMockingStrategy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Moka\Stub\MethodStub;
12 12
 use Moka\Stub\PropertyStub;
13 13
 use Moka\Stub\StubInterface;
14
-use Moka\Stub\StubSet;
15 14
 
16 15
 /**
17 16
  * Class AbstractMockingStrategy
Please login to merge, or discard this patch.