From 9ef5cb9275706567658b178f5555b72b20c38ef0 Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Mon, 27 Feb 2023 10:30:33 +0100 Subject: [PATCH] Fixed CI (PHPStan) --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 881a9540..44f1e7e2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -12,7 +12,5 @@ parameters: - '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php' ignoreErrors: - # false positives - - '~Property DH\\AuditorBundle\\User\\UserProvider\:\:\$configuration is never read, only written\.~' # required for Symfony 4.4 compatibility - '~Method DH\\AuditorBundle\\User\\UserProvider\:\:getImpersonatorUser\(\) has no return type specified\.~'