Created
March 31, 2020 08:42
-
-
Save JaxkDev/c10a6e8e12b4fd6105d23a0844cea413 to your computer and use it in GitHub Desktop.
Default PHPStan config for poggit.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
level: 5 | |
paths: | |
- /source/src | |
autoload_directories: | |
- /source/src | |
- /deps | |
autoload_files: | |
- phar:///pocketmine/PocketMine-MP.phar/vendor/autoload.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment