From 9b8be22015c2ed789159581dfffca4171a7d2210 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 7 Sep 2021 12:32:19 +0100 Subject: [PATCH] Sort phpstan.neon --- phpstan.neon.dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 869585674..bf9d3eb61 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,8 +4,8 @@ includes: - tests/phpstan/configs/gc-hacks.neon - tests/phpstan/configs/l7-baseline.neon - tests/phpstan/configs/l8-baseline.neon - - tests/phpstan/configs/php74-compat.neon - tests/phpstan/configs/php-bugs.neon + - tests/phpstan/configs/php74-compat.neon - tests/phpstan/configs/phpstan-bugs.neon - tests/phpstan/configs/phpunit-wiring-tests.neon - tests/phpstan/configs/pthreads-bugs.neon @@ -24,22 +24,22 @@ parameters: scanDirectories: - tests/plugins/TesterPlugin scanFiles: + - build/make-release.php + - build/server-phar.php - src/pocketmine/PocketMine.php - - build/make-release.php - - build/server-phar.php paths: - - src - build/make-release.php - build/server-phar.php + - src - tests/phpunit - tests/plugins/TesterPlugin dynamicConstantNames: - - pocketmine\IS_DEVELOPMENT_BUILD - pocketmine\DEBUG + - pocketmine\IS_DEVELOPMENT_BUILD stubFiles: - - tests/phpstan/stubs/pthreads.stub - tests/phpstan/stubs/chunkutils.stub - tests/phpstan/stubs/leveldb.stub + - tests/phpstan/stubs/pthreads.stub reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings staticReflectionClassNamePatterns: - "#^COM$#"