Failed Conditions
Pull Request — develop (#349)
by
unknown
64:38
created
src/PhpSpreadsheet/IOFactory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,8 +235,8 @@
 block discarded – undo
235 235
      */
236 236
     public static function getSpreadsheetInstance()
237 237
     {
238
-      $spreadSheetClass = static::$spreadSheetClass;
239
-      return new $spreadSheetClass();
238
+        $spreadSheetClass = static::$spreadSheetClass;
239
+        return new $spreadSheetClass();
240 240
     }
241 241
 
242 242
     /**
Please login to merge, or discard this patch.