You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
parameters:
2
2
level:8
3
3
reportUnmatchedIgnoredErrors:false
4
-
checkMissingIterableValueType:false
5
4
ignoreErrors:
6
5
- '#Parameter \#3 \$eventDispatcher of class .+LogoutListener constructor expects .+EventDispatcherInterface, .+LogoutSuccessHandlerInterface|.+EventDispatcherInterface given.#'
7
6
- '#Class .+AuthenticationTrustResolver constructor invoked with 0 parameters, 2 required.#'
@@ -32,6 +31,8 @@ parameters:
32
31
- '#Class .+LogoutEvent not found.#'
33
32
- '#Call to method .+ on an unknown class .+LogoutEvent.#'
34
33
- '#Parameter \$event of method .+onLogout\(\) has invalid type .+LogoutEvent.#'
34
+
-
35
+
identifier:missingType.iterableValue
35
36
excludePaths:
36
37
# phpstan throws an internal error because of autoloading `Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface` which does not exist in Symfony 6+
0 commit comments