Completed
Push — master ( c18b28...f1823f )
by
unknown
12:17
created
src/fields/Domains.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@
 block discarded – undo
294 294
     /**
295 295
      * Returns the field's input HTML.
296 296
      *
297
-     * @param mixed $value
297
+     * @param DomainsQuery $value
298 298
      * @param ElementInterface|null $element
299 299
      * @param bool $static
300 300
      *
Please login to merge, or discard this patch.
src/services/Relationship.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
     }
283 283
 
284 284
     /**
285
-     * @param null $siteId
285
+     * @param integer|null $siteId
286 286
      * @return int
287 287
      */
288 288
     private function resolveSiteId($siteId = null): int
Please login to merge, or discard this patch.