-
Notifications
You must be signed in to change notification settings - Fork 171
/
phpstan.neon
43 lines (42 loc) · 1.97 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
includes:
- phpstan-baseline.neon
parameters:
reportUnmatchedIgnoredErrors: true
level: 9
paths:
- src
- tests
bootstrapFiles:
- src/aliases.php
excludePaths:
- src/aliases.php
- src/Tracing/Cache/TraceableCacheAdapterForV2.php
- src/Tracing/Cache/TraceableTagAwareCacheAdapterForV2.php
- src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php
- src/Tracing/Doctrine/DBAL/TracingDriverConnectionForV2V3.php
- src/Tracing/Doctrine/DBAL/TracingDriverForV2.php
- src/Tracing/Doctrine/DBAL/TracingDriverForV3.php
- src/Tracing/Doctrine/DBAL/TracingServerInfoAwareDriverConnection.php
- src/Tracing/Doctrine/DBAL/TracingStatementForV2.php
- src/Tracing/Doctrine/DBAL/TracingStatementForV3.php
- src/Tracing/HttpClient/TraceableHttpClientForV4.php
- src/Tracing/HttpClient/TraceableHttpClientForV5.php
- src/Tracing/HttpClient/TraceableResponseForV4.php
- src/Tracing/HttpClient/TraceableResponseForV5.php
- tests/End2End/App
- tests/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryV2Test.php
- tests/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryV3Test.php
- tests/Tracing/Doctrine/DBAL/TracingDriverConnectionForV2V3Test.php
- tests/Tracing/Doctrine/DBAL/TracingDriverForV2Test.php
- tests/Tracing/Doctrine/DBAL/TracingDriverForV3Test.php
- tests/Tracing/Doctrine/DBAL/TracingServerInfoAwareDriverConnectionTest.php
- tests/Tracing/Doctrine/DBAL/TracingStatementForV2Test.php
- tests/Tracing/Doctrine/DBAL/TracingStatementForV3Test.php
- tests/EventListener/Fixtures/UserWithoutIdentifierStub.php
dynamicConstantNames:
- Symfony\Component\HttpKernel\Kernel::VERSION
- Symfony\Component\HttpKernel\Kernel::VERSION_ID
stubFiles:
- tests/Stubs/Profile.phpstub
featureToggles:
disableRuntimeReflectionProvider: true