Skip to content

Commit

Permalink
PHPSTAN: Remove ignored error "Access to undefined constant"
Browse files Browse the repository at this point in the history
  • Loading branch information
stemis committed Sep 11, 2023
1 parent 8ea19ff commit ca5ebd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.src.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ parameters:
level: 0
ignoreErrors:
- "#\\(void\\) is used#"
- "#Access to undefined constant#"
- "#Access to an undefined property#"
- "#Call to an undefined method#"
- "#but return statement is missing.#"
Expand Down

0 comments on commit ca5ebd8

Please sign in to comment.