Completed
Push — develop ( fec580...e0c8ea )
by Nate
02:55
created
src/elements/TypesAttributeTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
     /**
272 272
      * Get an associated type by identifier (id/handle)
273 273
      *
274
-     * @param $identifier
274
+     * @param integer|null $identifier
275 275
      * @return null|TypeModel
276 276
      */
277 277
     public function getType($identifier)
Please login to merge, or discard this patch.
src/managers/AssociationManagerTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
     }
381 381
 
382 382
     /**
383
-     * @param QueryInterface|ElementInterface[] $objects
383
+     * @param \craft\elements\db\UserQuery $objects
384 384
      * @return bool
385 385
      */
386 386
     public function dissociateMany($objects): bool
Please login to merge, or discard this patch.