clean code with php-cs-fixer
This commit is contained in:
@@ -1,23 +1,18 @@
|
||||
<?php
|
||||
|
||||
if(!isset($env)){
|
||||
if (!isset($env)) {
|
||||
$env = 'prod';
|
||||
}
|
||||
//
|
||||
//use Symfony\Component\DependencyInjection;
|
||||
//use Symfony\Component\DependencyInjection\Reference;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @file
|
||||
*
|
||||
* @file
|
||||
* Functions needed for Thelia bootstrap
|
||||
*/
|
||||
|
||||
|
||||
$loader = require __DIR__ . '/autoload.php';
|
||||
|
||||
define('THELIA_ROOT', __DIR__ .'/../');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user