Skip to content

Commit 0b2c05f

Browse files
committed
FRW-10648 Fixed PHP stan
1 parent 5887e7b commit 0b2c05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
parameters:
22
level: 8
33
reportUnmatchedIgnoredErrors: false
4-
checkMissingIterableValueType: false
54
ignoreErrors:
65
- '#Parameter \#3 \$eventDispatcher of class .+LogoutListener constructor expects .+EventDispatcherInterface, .+LogoutSuccessHandlerInterface|.+EventDispatcherInterface given.#'
76
- '#Class .+AuthenticationTrustResolver constructor invoked with 0 parameters, 2 required.#'
@@ -32,6 +31,8 @@ parameters:
3231
- '#Class .+LogoutEvent not found.#'
3332
- '#Call to method .+ on an unknown class .+LogoutEvent.#'
3433
- '#Parameter \$event of method .+onLogout\(\) has invalid type .+LogoutEvent.#'
34+
-
35+
identifier: missingType.iterableValue
3536
excludePaths:
3637
# phpstan throws an internal error because of autoloading `Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface` which does not exist in Symfony 6+
3738
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Security/src/Spryker/Zed/Security/Communication/Plugin/Application/SecurityApplicationPlugin.php'

0 commit comments

Comments
 (0)