Fix Codacy Code Style Issues

This commit is contained in:
Sebastian Meyer 2020-01-16 15:36:33 +01:00
parent 4a6ce98df4
commit 30e3d8bf69
3 changed files with 13 additions and 11 deletions

View File

@ -18,7 +18,9 @@
*/ */
// Make this script only executable via commandline interface! // Make this script only executable via commandline interface!
if (php_sapi_name() !== 'cli') exit; if (php_sapi_name() !== 'cli') {
exit;
}
require_once './Configuration/Main.php'; require_once './Configuration/Main.php';