phpstan.neon 977 B

123456789101112131415161718192021
  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. - '#Function apache_[a-zA-Z0-9_]+ not found#'
  9. - '#Cake\\Database\\Type\\[a-zA-Z0-9_]+Type::__construct\(\) does not call parent constructor from Cake\\Database\\Type#'
  10. - '#Constructor of class Cake\\[a-zA-Z0-9_\\]+ has an unused parameter#'
  11. - '#Call to an undefined method Cake\\Console\\Shell::main\(\)#'
  12. - '#Access to undefined constant Memcached::OPT_CLIENT_MODE#'
  13. - '#Access to undefined constant Memcached::DYNAMIC_CLIENT_MODE#'
  14. - '#Access to undefined constant PDO::SQLSRV_ENCODING_BINARY#'
  15. services:
  16. -
  17. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
  18. tags:
  19. - phpstan.broker.methodsClassReflectionExtension
  20. - phpstan.broker.propertiesClassReflectionExtension