From 7e645e477e39cc036d64d7c06871691ee640d623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Wed, 26 Jan 2022 11:12:05 +0100 Subject: [PATCH] [Maintenance] Remove phpstan exclude for PHP7.4 --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index d8b97f8e00..def1288ec6 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -34,8 +34,5 @@ parameters: - 'src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingExceptionListener.php' - 'src/Sylius/Bundle/CoreBundle/Tests/DependencyInjection/CircularDependencyBreakingExceptionListenerPassTest.php' - 'src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingExceptionListenerTest.php' - - # PHP 7.4-specific issues - - 'src/Sylius/Component/Core/Formatter/StringInflector.php' ignoreErrors: - '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/'