phpstan.neon.dist 586 B

1234567891011121314151617181920212223242526
  1. includes:
  2. - phpstan-baseline.neon
  3. rules:
  4. - Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule
  5. - Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule
  6. parameters:
  7. level: 8
  8. treatPhpDocTypesAsCertain: false
  9. bootstrapFiles:
  10. - tests/bootstrap.php
  11. paths:
  12. - src/
  13. ignoreErrors:
  14. -
  15. identifier: missingType.iterableValue
  16. -
  17. identifier: missingType.generics
  18. services:
  19. -
  20. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
  21. tags:
  22. - phpstan.broker.methodsClassReflectionExtension
  23. - phpstan.broker.propertiesClassReflectionExtension