Fixed PHP-CS-Fixer not import global constants. (#5449)

This commit is contained in:
Rush2929
2022-12-13 02:12:33 +09:00
committed by GitHub
parent 74613b9b09
commit 31465525e3
13 changed files with 27 additions and 0 deletions

View File

@ -37,6 +37,8 @@ use function realpath;
use function trim;
use function zlib_decode;
use const FILE_IGNORE_NEW_LINES;
use const JSON_PRETTY_PRINT;
use const JSON_UNESCAPED_SLASHES;
use const PHP_EOL;
use const STDERR;