-
Reiter, Christoph authored
We require php7.3 now
Reiter, Christoph authoredWe require php7.3 now
phpstan.neon 455 B
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
parameters:
inferPrivatePropertyTypeFromConstructor: true
level: 3
paths:
- src
- tests
bootstrapFiles:
- bin/.phpunit/phpunit-9-0/vendor/autoload.php
excludes_analyse:
- tests/bootstrap.php
- src/Swagger/DocumentationNormalizer.php
ignoreErrors:
#- "#Call to an undefined static method .*SoapClient::__construct\\(\\)#"