From 1b1aaaa862b9b16751fd9fc759a8cc4091b68030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 6 Oct 2022 23:24:59 +0200 Subject: [PATCH] phpstan: fixed things --- phpstan-deprecations.neon | 7 ------- 1 file changed, 7 deletions(-) diff --git a/phpstan-deprecations.neon b/phpstan-deprecations.neon index a3b8974e5..b515b244e 100644 --- a/phpstan-deprecations.neon +++ b/phpstan-deprecations.neon @@ -254,13 +254,6 @@ parameters: count: 1 path: src/Bundle/ChillMainBundle/Export/ExportManager.php - - - message: """ - #^Return type of method Chill\\\\MainBundle\\\\Export\\\\ModifierInterface\\:\\:addRole\\(\\) has typehint with deprecated class Symfony\\\\Component\\\\Security\\\\Core\\\\Role\\\\Role\\: - since Symfony 4\\.3, to be removed in 5\\.0\\. Use strings as roles instead\\.$# - """ - count: 1 - path: src/Bundle/ChillMainBundle/Export/ModifierInterface.php - message: """