File "phpstan.neon.dist"

Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/vendor/monolog/monolog/phpstan.neon.dist
File size: 405 bytes
MIME-type: text/plain
Charset: utf-8

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#'