Skip to content

Commit

Permalink
Apply php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Jan 7, 2020
1 parent 5cc3539 commit 6e99057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upgrade/install-4.10.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function removeFromFsDuringUpgrade(array $files)
return 'Deletion of file ' . $file . 'failed';
}
}

return true;
}
/**
Expand All @@ -62,8 +63,10 @@ function upgrade_module_4_10_1($module)
$result = removeFromFsDuringUpgrade(array($path));
if ($result !== true) {
PrestaShopLogger::addLog('Could not delete PHPUnit from module. ' . $result, 3);

return false;
}
}

return true;
}

0 comments on commit 6e99057

Please sign in to comment.