Completed
Push — feature/add-set ( f483fa )
by jake
03:25
created
src/Task.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      * @param mixed $tasks    Tasks to set
119 119
      * @param int   $priority Task priority
120 120
      *
121
-     * @return mixed
121
+     * @return Task
122 122
      * @throws exceptionclass [description]
123 123
      *
124 124
      * @access public
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      * @param mixed $tasks    tasks to set
170 170
      * @param int   $priority priority of tasks
171 171
      *
172
-     * @return mixed
172
+     * @return Task
173 173
      *
174 174
      * @access public
175 175
      */
Please login to merge, or discard this patch.