Skip to content

Commit daddae1

Browse files
committed
Updated PHPStan configuration
1 parent 50fe52f commit daddae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ parameters:
44
- src
55
- tests
66
editorUrl: '%%file%%:%%line%%'
7-
checkGenericClassInNonGenericObjectType: false
87
symfony:
98
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
109
checkExplicitMixed: false
1110
ignoreErrors:
11+
-
12+
identifier: missingType.generics
1213
-
1314
messages:
1415
- '#Access to constant class on an unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'

0 commit comments

Comments
 (0)