Completed
Push — master ( be9b78...265b35 )
by Basil
34:33 queued 27:30
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.
core/web/jsonld/TextValue.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
      * Provide date data.
22 22
      *
23
-     * @param string|integer $date
24 23
      */
25 24
     public function __construct($text)
26 25
     {
Please login to merge, or discard this patch.
core/web/jsonld/CreativeWorkTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -693,7 +693,7 @@  discard block
 block discarded – undo
693 693
     /**
694 694
      * The purpose of a work in the context of education; for example, 'assignment', 'group work'.
695 695
      *
696
-     * @param string $educationalUse
696
+     * @param CreativeWork $educationalUse
697 697
      * @return CreativeWork|CreativeWorkTrait
698 698
      */
699 699
     public function setEducationalUse(CreativeWork $educationalUse)
@@ -1229,7 +1229,7 @@  discard block
 block discarded – undo
1229 1229
      * While such policies are most typically expressed in natural language, sometimes related information
1230 1230
      * (e.g. indicating a funder) can be expressed using schema.org terminology.
1231 1231
      *
1232
-     * @param CreativeWork|URL $publishingPrinciples
1232
+     * @param CreativeWork $publishingPrinciples
1233 1233
      * @return CreativeWork|CreativeWorkTrait
1234 1234
      */
1235 1235
     public function setPublishingPrinciples(CreativeWork $publishingPrinciples)
Please login to merge, or discard this patch.