Skip to content

Commit 26c929d

Browse files
committed
chore(ci): ignore known evaluation errors from phpstan
1 parent ef797a1 commit 26c929d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpstan.neon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ parameters:
22
level: 9
33
paths:
44
- tests/
5-
- src/
5+
- src/
6+
ignoreErrors:
7+
- '#^Call to method Codeception\\Module\\AbstractAsserts::.*\(\) .*will always evaluate to.*$#'

0 commit comments

Comments
 (0)