Completed
Push — master ( 434055...e0dece )
by Basil
04:51
created
core/web/jsonld/PlaceInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function getAddress();
28 28
 
29 29
     /**
30
-     * @param PostalAddress|string $address
30
+     * @param PostalAddress $address
31 31
      * @return PlaceTrait
32 32
      */
33 33
     public function setAddress(PostalAddress $address);
Please login to merge, or discard this patch.
core/web/jsonld/PlaceTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Physical address of the item.
53 53
      *
54
-     * @param PostalAddress|string $address
54
+     * @param PostalAddress $address
55 55
      * @return PlaceTrait
56 56
      */
57 57
     public function setAddress(PostalAddress $address)
Please login to merge, or discard this patch.