@@ -424,6 +424,9 @@ |
||
424 | 424 | } |
425 | 425 | } |
426 | 426 | |
427 | + /** |
|
428 | + * @param string $column |
|
429 | + */ |
|
427 | 430 | protected function getWhereBetween($column, $first, $second) { |
428 | 431 | $dbAdapter = $this->getDbAdapter(); |
429 | 432 | $quotedColumn = $dbAdapter->quoteIdentifier($column); |
@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @return \Zend_Db_Adapter_Pdo_Sqlite |
|
61 | + * @return \Mockery\MockInterface |
|
62 | 62 | */ |
63 | 63 | protected function getDbAdapterMock() |
64 | 64 | { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * @return \StefanoDb\Adapter\Adapter |
|
60 | + * @return \Mockery\MockInterface |
|
61 | 61 | */ |
62 | 62 | private function getDbAdapterMock() |
63 | 63 | { |