@@ -61,7 +61,7 @@ |
||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * @return DbAdapter |
|
| 64 | + * @return Mockery\MockInterface |
|
| 65 | 65 | */ |
| 66 | 66 | private function getDbAdapterMock() |
| 67 | 67 | { |
@@ -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 | { |
@@ -552,6 +552,9 @@ |
||
| 552 | 552 | |
| 553 | 553 | /** |
| 554 | 554 | * {@inheritdoc} |
| 555 | + * @param string $column |
|
| 556 | + * @param integer $first |
|
| 557 | + * @param integer $second |
|
| 555 | 558 | */ |
| 556 | 559 | protected function getWhereBetween($column, $first, $second) |
| 557 | 560 | { |