8000 ignore a few errors with legacy code · symfony/maker-bundle@95cef87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95cef87

Browse files
committed
ignore a few errors with legacy code
1 parent 75368e8 commit 95cef87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpstan.dist.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ parameters:
1616
- tests/tmp
1717
- tests/Util/fixtures
1818
- tests/Util/yaml_fixtures
19+
ignoreErrors:
20+
-
21+
message: '#Property .+phpCompatUtil is never read, only written\.#'
22+
path: src/Maker/*
1923

24+
-
25+
message: '#Class Symfony\\Bundle\\MakerBundle\\Maker\\LegacyApiTestCase not found#'
26+
path: src/Maker/*
2027

2128
# - tests
2229
# symfony:

0 commit comments

Comments
 (0)
0