18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
parameters:
|
|
paths:
|
|
- src
|
|
level: 0
|
|
ignoreErrors:
|
|
- "#\\(void\\) is used#"
|
|
- "#Access to an undefined property#"
|
|
- "#Call to an undefined method#"
|
|
- "#but return statement is missing.#"
|
|
- "#Caught class [a-zA-Z0-9\\\\_]+ not found.#"
|
|
- "#Class [a-zA-Z0-9\\\\_]+ not found.#"
|
|
- "#has invalid type#"
|
|
- "#should always throw an exception or terminate script execution#"
|
|
- "#Instantiated class [a-zA-Z0-9\\\\_]+ not found.#"
|
|
- "#Unsafe usage of new static#"
|
|
excludePaths:
|
|
- "src/Illuminate/Testing/ParallelRunner.php"
|