@@ -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)); |