Completed
Push — master ( e2c111...547fb0 )
by Peter
19:35
created
src/Traits/Criteria/SortableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.