@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerMATCH |
13 | 13 | */ |
14 | - public function testMATCH(mixed $expectedResult, mixed $input, array $array, null|float|int|string $type = null): void |
|
14 | + public function testMATCH(mixed $expectedResult, mixed $input, array $array, null | float | int | string $type = null): void |
|
15 | 15 | { |
16 | 16 | if (is_array($expectedResult)) { |
17 | 17 | $expectedResult = $expectedResult[0]; |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * @dataProvider providerMATCH |
44 | 44 | */ |
45 | - public function testMATCHLibre(mixed $expectedResult, mixed $input, array $array, null|float|int|string $type = null): void |
|
45 | + public function testMATCHLibre(mixed $expectedResult, mixed $input, array $array, null | float | int | string $type = null): void |
|
46 | 46 | { |
47 | 47 | $this->setOpenOffice(); |
48 | 48 | if (is_array($expectedResult)) { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerODD |
13 | 13 | */ |
14 | - public function testODD(int|string $expectedResult, float|int|string $value): void |
|
14 | + public function testODD(int | string $expectedResult, float | int | string $value): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerEVEN |
13 | 13 | */ |
14 | - public function testEVEN(int|string $expectedResult, float|int|string $value): void |
|
14 | + public function testEVEN(int | string $expectedResult, float | int | string $value): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerCOTH |
13 | 13 | */ |
14 | - public function testCOTH(float|int|string $expectedResult, float|int|string $angle): void |
|
14 | + public function testCOTH(float | int | string $expectedResult, float | int | string $angle): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerACOT |
13 | 13 | */ |
14 | - public function testACOT(float|int|string $expectedResult, float|int|string $number): void |
|
14 | + public function testACOT(float | int | string $expectedResult, float | int | string $number): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerRound |
13 | 13 | */ |
14 | - public function testRound(float|int|string $expectedResult, float|int|string $formula): void |
|
14 | + public function testRound(float | int | string $expectedResult, float | int | string $formula): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerRANDBETWEEN |
13 | 13 | */ |
14 | - public function testRANDBETWEEN(int|string $expectedResult, null|bool|int|string $min = 'omitted', null|bool|int|string $max = 'omitted'): void |
|
14 | + public function testRANDBETWEEN(int | string $expectedResult, null | bool | int | string $min = 'omitted', null | bool | int | string $max = 'omitted'): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | /** |
10 | 10 | * @dataProvider providerSUBTOTAL |
11 | 11 | */ |
12 | - public function testSubtotal(float|int|string $expectedResult, float|int|string $type): void |
|
12 | + public function testSubtotal(float | int | string $expectedResult, float | int | string $type): void |
|
13 | 13 | { |
14 | 14 | $this->mightHaveException($expectedResult); |
15 | 15 | $sheet = $this->getSheet(); |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | /** |
30 | 30 | * @dataProvider providerSUBTOTAL |
31 | 31 | */ |
32 | - public function testSubtotalColumnHidden(float|int|string $expectedResult, float|int|string $type): void |
|
32 | + public function testSubtotalColumnHidden(float | int | string $expectedResult, float | int | string $type): void |
|
33 | 33 | { |
34 | 34 | // Hidden columns don't affect calculation, only hidden rows |
35 | 35 | $this->mightHaveException($expectedResult); |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * @dataProvider providerSECH |
13 | 13 | */ |
14 | - public function testSECH(float|int|string $expectedResult, float|int|string $angle): void |
|
14 | + public function testSECH(float | int | string $expectedResult, float | int | string $angle): void |
|
15 | 15 | { |
16 | 16 | $this->mightHaveException($expectedResult); |
17 | 17 | $sheet = $this->getSheet(); |