@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
35 | - * @return MySql |
|
35 | + * @return StorageInterface |
|
36 | 36 | */ |
37 | 37 | protected function getStorage() |
38 | 38 | { |
@@ -175,6 +175,9 @@ |
||
175 | 175 | ); |
176 | 176 | } |
177 | 177 | |
178 | + /** |
|
179 | + * @param integer $limit |
|
180 | + */ |
|
178 | 181 | public function findAllBy(array $conditions = array(), $limit = null, $offset = 0) |
179 | 182 | { |
180 | 183 | $sql = sprintf('SELECT * FROM %s', $this->getTableName()); |