Files
GitList/phpstan.neon
2022-01-14 23:17:34 -05:00

10 lines
369 B
Plaintext

parameters:
level: max
checkMissingIterableValueType: false
paths:
- src
ignoreErrors:
- '#Method GitList\\Kernel::configureContainer\(\) is unused.#'
- '#Method GitList\\Kernel::configureRoutes\(\) is unused.#'
- '#Call to an undefined method Symfony\\Component\\HttpFoundation\\Session\\SessionInterface::getFlashBag#'