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