From d2490bfac54abe7c997028ee810aa6aae3d2de79 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 9 Jan 2020 00:05:42 +0300 Subject: [PATCH] refactor(core): fix code standard for index.php #347 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c18bc300..aca509aa 100755 --- a/index.php +++ b/index.php @@ -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.