Skip to content

Commit 3ab281a

Browse files
authored
Merge pull request #1474 from Sephster/fix-ci-run
Fix CI Run
2 parents 9f02d67 + e0378a9 commit 3ab281a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpstan.neon.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ parameters:
22
level: 8
33
paths:
44
- src
5-
- tests
5+
- tests
6+
ignoreErrors:
7+
-
8+
message: '#Deprecated since v5.5, please use {@see self::withValidationConstraints\(\)} instead#'
9+
reportUnmatched: false

0 commit comments

Comments
 (0)