-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
23 lines (23 loc) · 739 Bytes
/
phpstan.neon.dist
File metadata and controls
23 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
level: 8
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: argument.type
- identifier: identical.alwaysTrue
- identifier: method.alreadyNarrowedType
- '#Constant WORKING_DIRECTORY not found.#'
- '#Mockery\\MockInterface#'
- '#Mockery\\LegacyMockInterface#'
- '#Mockery\\ExpectationInterface#'
- '#array_filter#'
- '#is never read#'
- '#TMock#'
- '#unknown class#'
- '#set_error_handler expects#'
- '#getPresetByLanguageName#'
- '#null might not exist on string#'