From 3a9dbda849440a78c12dc492976cca15e71bf4f5 Mon Sep 17 00:00:00 2001 From: core23 Date: Sat, 11 Jan 2020 21:48:31 +0100 Subject: [PATCH] Update phpstan baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4c14630b..e74db208 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -208,7 +208,7 @@ parameters: - message: "#^Call to method Symfony\\\\Component\\\\HttpFoundation\\\\Request\\:\\:hasSession\\(\\) will always evaluate to true\\.$#" count: 2 - path: src/EventListener/LocaleEventSubscriber.php + path: src/EventListener/LocaleEventListener.php - message: "#^Method Nucleos\\\\UserBundle\\\\Form\\\\Type\\\\ChangePasswordFormType\\:\\:buildForm\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"