@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | * Each call will be groupped with previous calls |
| 35 | 35 | * @param string $fieldName |
| 36 | 36 | * @param integer $order |
| 37 | - * @return CriteriaInterface |
|
| 37 | + * @return SortableTrait |
|
| 38 | 38 | * @since v1.0 |
| 39 | 39 | */ |
| 40 | 40 | public function sort($fieldName, $order) |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | * |
| 119 | 119 | * |
| 120 | 120 | * @param mixed[]|SortInterface |
| 121 | - * @return CriteriaInterface |
|
| 121 | + * @return SortableTrait |
|
| 122 | 122 | */ |
| 123 | 123 | public function setSort($sort) |
| 124 | 124 | { |