Completed
Push — master ( 2d50e1...2fb104 )
by Basil
12:09
created
core/web/jsonld/PersonTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Physical address of the item.
51 51
      *
52
-     * @param PostalAddress|string $address
52
+     * @param PostalAddress $address
53 53
      * @return static
54 54
      */
55 55
     public function setAddress(PostalAddress $address)
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     /**
297 297
      * The Dun & Bradstreet DUNS number for identifying an organization or business person.
298 298
      *
299
-     * @param string $duns
299
+     * @param Person $duns
300 300
      * @return static
301 301
      */
302 302
     public function setDuns(Person $duns)
Please login to merge, or discard this patch.