/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
phpstan.src.neon.dist
17 строк
569 B
Caleb White
[11.x] chore: update to PHPStan Level 1 (#51956)
01 авг 2024, 21:54
Не верифицирован
01 авг 2024, 21:54
582955c
Код
Авторство
О чём код?
parameters: level: 1 paths: - src excludePaths: - src/Illuminate/Testing/ParallelRunner.php - src/*/views/* ignoreErrors: - "#\\(void\\) is used#" - "#Access to an undefined property#" - "#but return statement is missing.#" - "#Call to an undefined method#" - "#Caught class [a-zA-Z0-9\\\\_]+ not found.#" - "#Class [a-zA-Z0-9\\\\_]+ not found.#" - "#has invalid type#" - "#Instantiated class [a-zA-Z0-9\\\\_]+ not found.#" - "#Unsafe usage of new static#"