phpstan: exclude build/php from analysis

in case I built PHP in there, I don't want the install_data getting analysed and screwing up the analysis.
This commit is contained in:
Dylan K. Taylor 2021-10-05 00:14:21 +00:00
parent 003c002208
commit a27c14c00c

View File

@ -33,6 +33,7 @@ parameters:
- tests/plugins/TesterPlugin
excludePaths:
analyseAndScan:
- build/php
- build/preprocessor
dynamicConstantNames:
- pocketmine\DEBUG