Passed
Push — master ( 687d87...700a80 )
by Owen
15:07
created
src/PhpSpreadsheet/Style/NumberFormat/Formatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      *
117 117
      * @return string Formatted string
118 118
      */
119
-    public static function toFormattedString($value, string $format, null|array|callable $callBack = null): string
119
+    public static function toFormattedString($value, string $format, null | array | callable $callBack = null): string
120 120
     {
121 121
         while (is_array($value)) {
122 122
             $value = array_shift($value);
Please login to merge, or discard this patch.