Merge branch '1.11'

* 1.11:
  [Maintenance] Remove phpstan exclude for PHP7.4
This commit is contained in:
Mateusz Zalewski 2022-01-26 11:34:34 +01:00
commit ff02e5c88b
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52

View file

@ -29,7 +29,5 @@ parameters:
- 'src/Sylius/Bundle/ApiBundle/DependencyInjection/Compiler/ReflectionExtractorHotfixPass.php'
- 'src/Sylius/Bundle/ApiBundle/PropertyInfo/Extractor/ReflectionExtractor.php'
# PHP 7.4-specific issues
- 'src/Sylius/Component/Core/Formatter/StringInflector.php'
ignoreErrors:
- '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/'