parameters: paths: - src - tests scanFiles: - tools/phpunit/vendor/bin/.phpunit/phpunit/src/Framework/TestCase.php scanDirectories: - tools/phpunit/vendor/bin/.phpunit/phpunit/src/Framework bootstrapFiles: - tools/phpunit/vendor/bin/.phpunit/phpunit/vendor/autoload.php - vendor/autoload.php level: 9 checkTooWideReturnTypesInProtectedAndPublicMethods: true checkUninitializedProperties: true checkMissingCallableSignature: true treatPhpDocTypesAsCertain: false exceptions: check: missingCheckedExceptionInThrows: true tooWideThrowType: true checkedExceptionClasses: - \Webmozart\Assert\InvalidArgumentException implicitThrows: false tmpDir: .phpstan