Completed
Push — 3.0 ( 5231d0...c4e24d )
by Vermeulen
02:02
created
install/class/ModuleInstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -339,7 +339,7 @@
 block discarded – undo
339 339
      */
340 340
     protected static function removeDirectory($dirPath)
341 341
     {
342
-        $calledClass  = get_called_class(); //Autorize extends this class
342
+        $calledClass = get_called_class(); //Autorize extends this class
343 343
         
344 344
         $dir = opendir($dirPath);
345 345
         if ($dir === false) {
Please login to merge, or discard this patch.