-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (20 loc) · 858 Bytes
/
phpstan.neon
File metadata and controls
20 lines (20 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
level: 1
paths:
- src/php
- test/api
- test/php
excludePaths:
- test/api/var/*
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '#Tideways\\Profiler#'
- '#invalid typehint type Frontastic\\Catwalk\\ApiCoreBundle\\Domain\\Context#'
- '#Frontastic\\Catwalk\\ApiCoreBundle\\Domain\\Context#'
- '#Frontastic\\Catwalk\\ApiCoreBundle\\Domain\\Context not found#'
- '#Class Frontastic\\Catwalk\\TrackingBundle\\Domain\\TrackingService not found#'
- '#Result of method Kore\\DataObject\\DataObject::__get\(\) \(void\) is used.#'
- '#Function debug not found.*#'
- '#simdjson_decode not found#'
- '#Variable \$[a-zA-Z]+ on left side of \?\? always exists and is not nullable.#'
reportUnmatchedIgnoredErrors: false