mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed PHP-CS-Fixer not import global constants. (#5449)
This commit is contained in:
@ -43,6 +43,10 @@ use function rename;
|
||||
use function round;
|
||||
use function scandir;
|
||||
use function unlink;
|
||||
use const PATHINFO_EXTENSION;
|
||||
use const PHP_BINARY;
|
||||
use const SCANDIR_SORT_NONE;
|
||||
use const SORT_NUMERIC;
|
||||
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
|
Reference in New Issue
Block a user