@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Recca0120\Repository; |
| 4 | 4 | |
| 5 | -use ReflectionClass; |
|
| 6 | 5 | use BadMethodCallException; |
| 7 | 6 | use Recca0120\Repository\Helper\Action; |
| 7 | +use ReflectionClass; |
|
| 8 | 8 | |
| 9 | 9 | class Criteria |
| 10 | 10 | { |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | /** |
| 49 | 49 | * push. |
| 50 | 50 | * |
| 51 | - * @param \Recca0120\Repository\Core\Action $action |
|
| 51 | + * @param Action $action |
|
| 52 | 52 | * @return self |
| 53 | 53 | */ |
| 54 | 54 | public function push(Action $action) |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * alias raw. |
| 81 | 81 | * |
| 82 | 82 | * @param mixed $value |
| 83 | - * @return \Recca0120\Repository\CriteriaExpression |
|
| 83 | + * @return Expression |
|
| 84 | 84 | */ |
| 85 | 85 | public static function expr($value) |
| 86 | 86 | { |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * get. |
| 31 | 31 | * |
| 32 | 32 | * @param \Recca0120\Repository\Criteria|array $criteria |
| 33 | - * @param array $orderBy |
|
| 34 | 33 | * @param int $limit |
| 35 | 34 | * @param int $offset |
| 36 | 35 | * @return \Illuminate\Support\Collection |