Skip to content

Commit 2d42c2e

Browse files
committed
Removed obsolete ignored error definitions from PHPStan configuration
1 parent fb757e7 commit 2d42c2e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ parameters:
1616
- '#Method PHPUnit\\Framework\\MockObject\\InvocationStubber::with\(\) invoked with unpacked array with possibly string key(.*)#'
1717
paths:
1818
- tests/Integration/*
19-
-
20-
messages:
21-
- '#Call to method get\(\) of internal class Symfony\\Bundle\\FrameworkBundle\\Test\\TestContainer from outside its root namespace Symfony\.#'
22-
paths:
23-
- tests/E2E/*
24-
- tests/Functional/*
25-
- tests/Integration/*
26-
- tests/Unit/*
2719
-
2820
messages:
2921
- '#has PHPDoc tag \@method for method (.*)\(\) parameter \#(\d+) \$(.*) with no value type specified in iterable type array#'

0 commit comments

Comments
 (0)