mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
I'm using 8.0 for local development now, so having the phpstan configs targeted at 7.4 by default makes things inconvenient.
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
includes:
|
|
- phpstan.neon.dist
|
|
- tests/phpstan/configs/php7.neon
|
|
|
|
parameters:
|
|
phpVersion: 70400
|
|
typeAliases:
|
|
PhpSocket: resource
|
|
PhpCurlHandle: resource
|