phpstan.neon 663 B

1234567891011121314151617181920212223242526
  1. parameters:
  2. level: 4
  3. bootstrapFiles:
  4. - config/bootstrap.php
  5. earlyTerminatingMethodCalls:
  6. App\Core\Log:
  7. - unexpected_exception
  8. ignoreErrors:
  9. -
  10. message: '/Access to an undefined property App\\Util\\Bitmap::\$\w+/'
  11. paths:
  12. - *
  13. -
  14. message: '/has no return typehint specified/'
  15. paths:
  16. - tests/*
  17. services:
  18. -
  19. class: App\PHPStan\ClassFromTableNameDynamicStaticMethodReturnTypeExtension
  20. tags:
  21. - phpstan.broker.dynamicStaticMethodReturnTypeExtension
  22. -
  23. class: App\PHPStan\GNUsocialProvider