mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
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:
@ -33,6 +33,7 @@ parameters:
|
||||
- tests/plugins/TesterPlugin
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- build/php
|
||||
- build/preprocessor
|
||||
dynamicConstantNames:
|
||||
- pocketmine\DEBUG
|
||||
|
Reference in New Issue
Block a user