mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +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:
parent
003c002208
commit
a27c14c00c
@ -33,6 +33,7 @@ parameters:
|
||||
- tests/plugins/TesterPlugin
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- build/php
|
||||
- build/preprocessor
|
||||
dynamicConstantNames:
|
||||
- pocketmine\DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user