Passed
Push — main ( ddf3a0...f0c061 )
by Eric
08:10
created
tests/BenchmarkTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
     /**
280 280
      * @param array<int> $values list of numeric values
281 281
      */
282
-    private function median(array $values): float|int
282
+    private function median(array $values): float | int
283 283
     {
284 284
         $values = array_values($values);
285 285
         sort($values);
Please login to merge, or discard this patch.