Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions phpstan.src.neon.dist
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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#"
- "#Instantiated class [a-zA-Z0-9\\\\_]+ not found.#"
- "#Unsafe usage of new static#"
excludePaths:
- "src/Illuminate/Testing/ParallelRunner.php"
level: 0
paths:
- src
excludePaths:
- src/Illuminate/Testing/ParallelRunner.php
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#"
6 changes: 3 additions & 3 deletions phpstan.types.neon.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
parameters:
paths:
- types
level: max
level: max
paths:
- types