[PHPStan] Exclude SqlWalker because of a memory issue

This commit is contained in:
Kevin Kaniaburka 2023-01-11 10:15:48 +01:00
parent 2cffba88a0
commit 53caa2f872
No known key found for this signature in database
GPG key ID: 8DB4C54474F3FD72

View file

@ -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\./'