Passed
Push — master ( 188fde...56d8c7 )
by Christopher
10:58 queued 06:48
created
src/MetadataV1/mapping/cs/TQueryViewType.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/TBoolConstantExpressionType.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 boolean[] $value
33
+     * @param boolean $value
34 34
      * @return boolean
35 35
      */
36 36
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDateConstantExpressionType.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/TDurationConstantExpressionType.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 \DateInterval[] $value
33
+     * @param \DateInterval $value
34 34
 
35 35
      * @return \DateInterval
36 36
      */
Please login to merge, or discard this patch.
src/MetadataV4/edm/TFloatConstantExpressionType.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 double[] $value
33
+     * @param double $value
34 34
      * @return float
35 35
      */
36 36
     public function value(...$value)
Please login to merge, or discard this patch.
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/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.