Test Failed
Pull Request — master (#121)
by Christopher
10:07
created
src/MetadataV4/edm/TIntConstantExpressionType.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 integer[] $value
33
+     * @param integer $value
34 34
      * @return integer
35 35
      */
36 36
     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
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Gets or sets the inner value
32 32
      *
33
-     * @param string[] $value
33
+     * @param string $value
34 34
      * @return string
35 35
      */
36 36
     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
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Gets or sets the inner value
32 32
      *
33
-     * @param string[] $value
33
+     * @param string $value
34 34
      * @return string
35 35
      */
36 36
     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
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Gets or sets the inner value
32 32
      *
33
-     * @param string[] $value
33
+     * @param string $value
34 34
      * @return string
35 35
      */
36 36
     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.