X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpstan.neon;h=d170e0e6f785cb8a4262937d58681ebcc773b2f6;hb=d0cf488dd4cfcadc49922255cced6a63eb596dba;hp=dfbc97acc1cb12c8c79a85839e78111d9ad457a7;hpb=8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a;p=github%2Fwallabag%2Fwallabag.git diff --git a/phpstan.neon b/phpstan.neon index dfbc97ac..d170e0e6 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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