mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Fixed CS
This commit is contained in:
parent
94e16f416d
commit
316e2654cc
@ -24,6 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\build\generate_known_translation_keys;
|
namespace pocketmine\build\generate_known_translation_keys;
|
||||||
|
|
||||||
use Webmozart\PathUtil\Path;
|
use Webmozart\PathUtil\Path;
|
||||||
|
use function dirname;
|
||||||
|
|
||||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|
||||||
@ -66,7 +67,6 @@ final class KnownTranslationKeys{
|
|||||||
|
|
||||||
HEADER;
|
HEADER;
|
||||||
|
|
||||||
|
|
||||||
$perms = [];
|
$perms = [];
|
||||||
|
|
||||||
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
|
$lang = parse_ini_file(Path::join(\pocketmine\RESOURCE_PATH, "locale", "eng.ini"), false, INI_SCANNER_RAW);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user