Files
core/vendor/monolog/monolog/phpstan.neon.dist
T
Hide_D b306601c72 Dep: update
주로 PHAN
2021-08-06 22:39:09 +09:00

17 lines
405 B
Plaintext

parameters:
level: 3
paths:
- src/
# - tests/
ignoreErrors:
- '#zend_monitor_|ZEND_MONITOR_#'
- '#RollbarNotifier#'
- '#Predis\\Client#'
- '#^Cannot call method ltrim\(\) on int\|false.$#'
- '#^Access to an undefined property Raven_Client::\$context.$#'
- '#MongoDB\\(Client|Collection)#'
- '#Gelf\\IMessagePublisher#'