Completed
Pull Request — master (#2015)
by Basil
02:06
created
core/web/jsonld/ThingInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,8 +134,9 @@
 block discarded – undo
134 134
     /**
135 135
      * Set Offer
136 136
      *
137
-     * @param Offer $offer
137
+     * @param Offer $offers
138 138
      * @since 1.2.2
139
+     * @return ThingTrait
139 140
      */
140 141
     public function setOffers(Offer $offers);
141 142
 
Please login to merge, or discard this patch.
core/web/jsonld/ThingTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
      * An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax.
25 25
      * This is a relationship between something and a class that the thing is in.
26 26
      *
27
-     * @param string $additionalType
27
+     * @param UrlValue $additionalType
28 28
      * @return static
29 29
      */
30 30
     public function setAdditionalType(UrlValue $additionalType)
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
     /**
264 264
      * Set Offer
265 265
      *
266
-     * @param Offer $offer
266
+     * @param Offer $offers
267 267
      * @since @since 1.2.2
268 268
      * @return static
269 269
      */
Please login to merge, or discard this patch.