Passed
Push — master ( 188fde...56d8c7 )
by Christopher
10:58 queued 06:48
created
src/MetadataV4/edm/TBinaryConstantExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Gets or sets the inner value
37 37
      *
38
-     * @param string[] $value
38
+     * @param string $value
39 39
      * @return string
40 40
      */
41 41
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDateTimeOffsetConstantExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Gets or sets the inner value
32 32
      *
33
-     * @param \DateTime[] $value
33
+     * @param \DateTime $value
34 34
      * @return \DateTime
35 35
      */
36 36
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TGuidConstantExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Gets or sets the inner value
37 37
      *
38
-     * @param string[] $value
38
+     * @param string $value
39 39
      * @return string
40 40
      */
41 41
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TLabeledElementReferenceExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Gets or sets the inner value
37 37
      *
38
-     * @param string[] $value
38
+     * @param string $value
39 39
      * @return string
40 40
      */
41 41
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TPathExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Gets or sets the inner value
37 37
      *
38
-     * @param string[] $value
38
+     * @param string $value
39 39
      * @return string
40 40
      */
41 41
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TStringConstantExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Gets or sets the inner value
37 37
      *
38
-     * @param string[] $value
38
+     * @param string $value
39 39
      * @return string
40 40
      */
41 41
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TTimeOfDayConstantExpressionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Gets or sets the inner value
32 32
      *
33
-     * @param \DateTime[] $value
33
+     * @param \DateTime $value
34 34
      * @return \DateTime
35 35
      */
36 36
     public function value(...$value)
Please login to merge, or discard this patch.