Completed
Push — master ( 4d2f9c...37ccbb )
by Dmitry
02:21
created
src/Rutorika/Sortable/SortableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     /**
168 168
      * @param int $limit
169 169
      *
170
-     * @return Collection|static[]
170
+     * @return Collection
171 171
      */
172 172
     public function getPrevious($limit = 0)
173 173
     {
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     }
257 257
 
258 258
     /**
259
-     * @param Model|SortableTrait  $entity1
259
+     * @param SortableTrait  $entity1
260 260
      * @param Model                $entity2
261 261
      * @param string               $field
262 262
      *
Please login to merge, or discard this patch.