From 53caa2f87213f63861d636bc2138a09e73a4e17f Mon Sep 17 00:00:00 2001 From: Kevin Kaniaburka Date: Wed, 11 Jan 2023 10:15:48 +0100 Subject: [PATCH] [PHPStan] Exclude SqlWalker because of a memory issue --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 01acab8004..d54e5794c1 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -33,6 +33,7 @@ parameters: # To investigate, occurs after release of doctrine/orm 2.14, the processing of these classes ends with exit code 143 - 'src/Sylius/Bundle/CoreBundle/Doctrine/DQL/**.php' + - 'src/Sylius/Bundle/CoreBundle/Doctrine/ORM/SqlWalker/**.php' ignoreErrors: - '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/' - '/Method Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface\:\:supportsNormalization\(\) invoked with 3 parameters\, 1\-2 required\./'