File "phpstan.neon.dist"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/google-api/vendor/monolog/monolog/phpstan.neon.dist
File size: 405 B (405 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

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