Skip to content

Commit 2b637c8

Browse files
Fix phpstan configuration, removing .dist
1 parent 6942307 commit 2b637c8

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

phpstan.dist.neon

Lines changed: 0 additions & 10 deletions
This file was deleted.

phpstan.neon

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
parameters:
2-
level: 8
2+
level: 10
33
paths:
44
- src
55
- tests
6-
ignoreErrors:
7-
- '#type has no value type specified in iterable type#'
8-
- '#has parameter .* with no value type specified in iterable type#'
9-
- '#has no value type specified in iterable type array#'
10-
- '#configureOptions\(\) has no return type specified.#'
11-
- '#configure\(\) has no return type specified#'
12-
- '#process\(\) has no return type specified#'
13-
- '#should return Iterator but returns Traversable#'
14-
- '#Negated boolean expression is always false#'
15-
reportUnmatchedIgnoredErrors: false
16-
inferPrivatePropertyTypeFromConstructor: true
17-
treatPhpDocTypesAsCertain: false
6+
symfony:
7+
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml

0 commit comments

Comments
 (0)