phpstan.neon 1.3 KB

123456789101112131415161718192021222324252627
  1. parameters:
  2. autoload_files:
  3. - %rootDir%/../../../src/basics.php
  4. ignoreErrors:
  5. - '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
  6. - '#Function xcache_[a-zA-Z0-9_]+ not found#'
  7. - '#Function fastcgi_[a-zA-Z0-9_]+ not found#'
  8. - '#Cake\\Database\\Type\\[a-zA-Z0-9_]+Type::__construct\(\) does not call parent constructor from Cake\\Database\\Type#'
  9. - '#Constructor of class Cake\\[a-zA-Z0-9_\\]+ has an unused parameter#'
  10. - '#Call to an undefined method Cake\\Console\\Shell::main\(\)#'
  11. - '#Access to undefined constant Memcached::OPT_CLIENT_MODE#'
  12. - '#Access to undefined constant Memcached::DYNAMIC_CLIENT_MODE#'
  13. - '#Access to undefined constant PDO::SQLSRV_ATTR_ENCODING#'
  14. - '#Access to undefined constant PDO::SQLSRV_ENCODING_BINARY#'
  15. - '#Access to an undefined property Cake\\Http\\Client\\Message::\$headers#'
  16. - '#Access to an undefined property Cake\\[a-zA-Z0-9_\\]+::\$_validViewOptions#'
  17. - '#Access to an undefined property Cake\\Database\\Driver::\$_connection#'
  18. earlyTerminatingMethodCalls:
  19. Cake\Shell\Shell:
  20. - abort
  21. services:
  22. -
  23. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
  24. tags:
  25. - phpstan.broker.methodsClassReflectionExtension
  26. - phpstan.broker.propertiesClassReflectionExtension