Completed
Branch master (0e9dc4)
by Nate
02:13
created
src/services/SortableAssociations.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
      *******************************************/
359 359
 
360 360
     /**
361
-     * @param SortableAssociationInterface|ActiveRecord $record
361
+     * @param SortableAssociationInterface $record
362 362
      * @param bool $ensureSortOrder
363 363
      * @return bool
364 364
      */
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
 
382 382
     /**
383 383
      * @param SortableAssociationInterface $record
384
-     * @return SortableAssociationInterface|ActiveRecord|null
384
+     * @return SortableAssociationInterface|null
385 385
      */
386 386
     protected function lookupAssociation(
387 387
         SortableAssociationInterface $record
Please login to merge, or discard this patch.