Files
GitList/phpstan.neon
2025-08-18 10:19:06 -04:00

9 lines
328 B
Plaintext

parameters:
level: max
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#'