1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Remove PHPUnit lock

It should now be PHPUnit 7.4.
Update PHPStan configuration accordingly.
Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
This commit is contained in:
Jeremy Benoist 2019-07-08 14:12:53 +02:00
parent 8effd6e99e
commit d0cf488dd4
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 14 additions and 12 deletions

View file

@ -10,4 +10,6 @@ parameters:
# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
autoload_files:
- vendor/bin/.phpunit/phpunit-6.5/vendor/autoload.php
- vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php
inferPrivatePropertyTypeFromConstructor: true