Completed
Pull Request — master (#1930)
by Basil
02:21
created
core/web/jsonld/ServiceInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
      *
19 19
      * The overall rating, based on a collection of reviews or ratings, of the item.
20 20
      *
21
-     * @param AggregateRating $rating
22 21
      * @return static
23 22
      */
24 23
     public function setAggregateRating($aggregateRating);
Please login to merge, or discard this patch.
core/web/jsonld/ServiceTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
      *
21 21
      * The overall rating, based on a collection of reviews or ratings, of the item.
22 22
      *
23
-     * @param AggregateRating $rating
24 23
      * @return static
25 24
      */
26 25
     public function setAggregateRating($aggregateRating)
Please login to merge, or discard this patch.