Completed
Push — master ( b7038b...d64f6f )
by Nate
05:37 queued 03:37
created
src/fields/Objects.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
     /**
349 349
      * @param int $elementId
350 350
      * @param int|null $siteId
351
-     * @return bool|false|string|null
351
+     * @return null|string
352 352
      */
353 353
     public function resolveObjectIdFromElementId(
354 354
         int $elementId,
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
     /**
382 382
      * @param string $objectId
383 383
      * @param int|null $siteId
384
-     * @return bool|false|string|null
384
+     * @return null|string
385 385
      */
386 386
     public function resolveElementIdFromObjectId(
387 387
         string $objectId,
Please login to merge, or discard this patch.