fetch-php/phpstan.src.neon.dist
Jerome Thayananthajothy 1a3cc10099 Initial commit
2024-09-13 19:31:23 +01:00

18 lines
569 B
Plaintext

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