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:
parent
8effd6e99e
commit
d0cf488dd4
3 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue