@@ -279,7 +279,7 @@ |
||
279 | 279 | * |
280 | 280 | * Returns false if there was no error. |
281 | 281 | * |
282 | - * @return string|bool |
|
282 | + * @return string|false |
|
283 | 283 | */ |
284 | 284 | public function error() { |
285 | 285 | if ($error = $this->connection->error()) { |
@@ -284,7 +284,7 @@ |
||
284 | 284 | * @param array|string $order [optional] |
285 | 285 | * @param int $limit [optional] |
286 | 286 | * @param int $offset [optional] |
287 | - * @return array |
|
287 | + * @return string |
|
288 | 288 | */ |
289 | 289 | public static function all($filter = array(), $order = array(), $limit = null, $offset = 0) { |
290 | 290 | return static::generate(static::load($filter, $order, $limit, $offset)); |