diff --git a/classes/wbCheck.php b/classes/wbCheck.php index 5e50594..3012ccc 100755 --- a/classes/wbCheck.php +++ b/classes/wbCheck.php @@ -68,14 +68,14 @@ public function execute() { raise_memory_limit(MEMORY_EXTRA); $extracted = $this->extract_save_zip_file(); if (!$extracted) { - return [ - 'feedback' => $this->feedback, - 'finished' => [ - 'status' => false, - 'currentstep' => 0, - 'maxstep' => 0, - ] - ]; + return [ + 'feedback' => $this->feedback, + 'finished' => [ + 'status' => false, + 'currentstep' => 0, + 'maxstep' => 0, + ], + ]; } $this->check_recipe($extracted); $this->clean_after_installment(); diff --git a/classes/wbInstaller.php b/classes/wbInstaller.php index 0916343..7abb2ee 100755 --- a/classes/wbInstaller.php +++ b/classes/wbInstaller.php @@ -100,7 +100,7 @@ public function execute($extractpath, $parent = null) { 'status' => false, 'currentstep' => 0, 'maxstep' => 0, - ] + ], ]; } $response = $this->execute_recipe($extracted);