Passed
Pull Request — master (#4069)
by Christian
24:39 queued 11:59
created
src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
         return $dataBar;
283 283
     }
284 284
 
285
-    private function readColorScale(SimpleXMLElement|stdClass $cfRule): ConditionalColorScale
285
+    private function readColorScale(SimpleXMLElement | stdClass $cfRule): ConditionalColorScale
286 286
     {
287 287
         $colorScale = new ConditionalColorScale();
288 288
         $count = count($cfRule->colorScale->cfvo);
Please login to merge, or discard this patch.
tests/PhpSpreadsheetTests/Calculation/CalculationFunctionListTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * @dataProvider providerGetFunctions
35 35
      */
36
-    public function testGetFunctions(array|string $functionCall): void
36
+    public function testGetFunctions(array | string $functionCall): void
37 37
     {
38 38
         self::assertIsCallable($functionCall);
39 39
     }
Please login to merge, or discard this patch.
tests/PhpSpreadsheetTests/Worksheet/Table/TableTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     /**
159 159
      * @param AddressRange<CellAddress>|array{0: int, 1: int, 2: int, 3: int}|array{0: int, 1: int}|string $fullRange
160 160
      */
161
-    public function xtestSetRangeValidRange(string|array|AddressRange $fullRange, string $actualRange): void
161
+    public function xtestSetRangeValidRange(string | array | AddressRange $fullRange, string $actualRange): void
162 162
     {
163 163
         $table = new Table(self::INITIAL_RANGE);
164 164
 
Please login to merge, or discard this patch.