Completed
Pull Request — master (#113)
by Christopher
08:50 queued 03:26
created
src/MetadataV4/edm/TFloatConstantExpressionType.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  float ...$value
34
+     * @param double[] $value
34 35
      * @return float
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TGuidConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
      * Gets or sets the inner value
37 37
      *
38 38
      * @param  string ...$value
39
+     * @param string[] $value
39 40
      * @return string
40 41
      */
41 42
     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
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
      * Gets or sets the inner value
37 37
      *
38 38
      * @param  string ...$value
39
+     * @param string[] $value
39 40
      * @return string
40 41
      */
41 42
     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
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
      * Gets or sets the inner value
37 37
      *
38 38
      * @param  string ...$value
39
+     * @param string[] $value
39 40
      * @return string
40 41
      */
41 42
     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
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
      * Gets or sets the inner value
37 37
      *
38 38
      * @param  string ...$value
39
+     * @param string[] $value
39 40
      * @return string
40 41
      */
41 42
     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.