2022-01-19 17:03:23 +00:00
|
|
|
parameters:
|
2024-08-01 13:54:27 -05:00
|
|
|
level: 1
|
2024-07-16 20:50:41 +07:00
|
|
|
paths:
|
|
|
|
|
- src
|
|
|
|
|
excludePaths:
|
|
|
|
|
- src/Illuminate/Testing/ParallelRunner.php
|
2024-08-01 13:54:27 -05:00
|
|
|
- src/*/views/*
|
2024-07-16 20:50:41 +07:00
|
|
|
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#"
|