Completed
Push — master ( 888b36...941487 )
by Christopher
06:06
created
tests/v3/edm/TEntityPropertyTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use AlgoWeb\ODataMetadata\MetadataV3\edm\TEntityPropertyType;
6 6
 use AlgoWeb\ODataMetadata\Tests\TestCase;
7
-use Mockery as m;
8 7
 
9 8
 class TEntityPropertyTypeTest extends TestCase
10 9
 {
Please login to merge, or discard this patch.
tests/v3/edm/ssdl/TEntityPropertyTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use AlgoWeb\ODataMetadata\MetadataV3\edm\ssdl\TEntityPropertyType;
8 8
 use AlgoWeb\ODataMetadata\Tests\TestCase;
9
-use Mockery as m;
10 9
 
11 10
 class TEntityPropertyTypeTest extends TestCase
12 11
 {
Please login to merge, or discard this patch.
src/MetadataV1/mapping/cs/TQueryViewType.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/TBinaryConstantExpressionType.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/TBoolConstantExpressionType.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  boolean ...$value
34
+     * @param boolean[] $value
34 35
      * @return boolean
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDateConstantExpressionType.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.
src/MetadataV4/edm/TDateTimeOffsetConstantExpressionType.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.
src/MetadataV4/edm/TDecimalConstantExpressionType.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/TDurationConstantExpressionType.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  \DateInterval ...$value
34
+     * @param \DateInterval[] $value
34 35
      * @return \DateInterval
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.