Passed
Pull Request — master (#4288)
by Owen
15:34
created
src/PhpSpreadsheet/Reader/Xlsx.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -878,7 +878,7 @@
 block discarded – undo
878 878
                                                     $this->castToFormula($c, $r, $cellDataType, $value, $calculatedValue, 'castToString');
879 879
                                                     self::storeFormulaAttributes($c->f, $docSheet, $r);
880 880
                                                 } else {
881
-                                                     $value = self::castToString($c);
881
+                                                        $value = self::castToString($c);
882 882
                                                 }
883 883
 
884 884
                                                 break;
Please login to merge, or discard this patch.