@@ -30,6 +30,10 @@ |
||
30 | 30 | * |
31 | 31 | * @return void |
32 | 32 | */ |
33 | + |
|
34 | + /** |
|
35 | + * @param \Mockery\MockInterface $paginator |
|
36 | + */ |
|
33 | 37 | public function __construct($paginator) |
34 | 38 | { |
35 | 39 | $this->paginator = $paginator; |