Passed
Pull Request — master (#4115)
by Owen
23:25
created
tests/PhpSpreadsheetTests/Calculation/Functions/MathTrig/TruncTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * @dataProvider providerTooMuchPrecision
53 53
      */
54
-    public function testTooMuchPrecision(mixed $expectedResult, float|int|string $value, int $digits = 1): void
54
+    public function testTooMuchPrecision(mixed $expectedResult, float | int | string $value, int $digits = 1): void
55 55
     {
56 56
         // This test is pretty screwy. Possibly shouldn't even attempt it.
57 57
         // At any rate, these results seem to indicate that PHP
Please login to merge, or discard this patch.