Completed
Push — master ( 888b36...941487 )
by Christopher
06:06
created
src/MetadataV4/edm/TGuidConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  string ...$value
34
+     * @param string[] $value
34 35
      * @return string
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TIntConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  integer ...$value
34
+     * @param integer[] $value
34 35
      * @return integer
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TLabeledElementReferenceExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  string ...$value
34
+     * @param string[] $value
34 35
      * @return string
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TPathExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  string ...$value
34
+     * @param string[] $value
34 35
      * @return string
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TStringConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  string ...$value
34
+     * @param string[] $value
34 35
      * @return string
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TTimeOfDayConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  \DateTime ...$value
34
+     * @param \DateTime[] $value
34 35
      * @return \DateTime
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.