Skip to content

Commit b49d733

Browse files
authored
Merge pull request #67 from CakeDC/fix-deprecation-warning-ci
Ignore deprecated method warnings in test_app PHPStan config
2 parents 4159d1c + 029e6b2 commit b49d733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan-test-app.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ parameters:
1111
ignoreErrors:
1212
-
1313
identifier: missingType.generics
14+
-
15+
identifier: method.deprecated

0 commit comments

Comments
 (0)