@@ -35,7 +35,7 @@ |
||
| 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 | { |
@@ -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 |