1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-05 04:37:43 +02:00

refactor(core): fix code standard for index.php #347

This commit is contained in:
Awilum
2020-01-09 00:05:42 +03:00
parent 319fe40437
commit d2490bfac5

View File

@@ -9,14 +9,14 @@ declare(strict_types=1);
namespace Flextype;
use const DIRECTORY_SEPARATOR;
use const PHP_VERSION;
use function define;
use function getcwd;
use function is_file;
use function sprintf;
use function str_replace;
use function version_compare;
use const DIRECTORY_SEPARATOR;
use const PHP_VERSION;
/**
* Define the application minimum supported PHP version.