mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[PHPStan] Exclude Sylius\Bundle\CoreBundle\Doctrine\DQL\Month class
This commit is contained in:
parent
f3b294bc59
commit
a2710242de
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ parameters:
|
|||
- 'src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingExceptionListener.php'
|
||||
- 'src/Sylius/Bundle/CoreBundle/Tests/DependencyInjection/CircularDependencyBreakingExceptionListenerPassTest.php'
|
||||
- 'src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingExceptionListenerTest.php'
|
||||
|
||||
# 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'
|
||||
ignoreErrors:
|
||||
- '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/'
|
||||
- '/Parameter \$templatingEngine of method Sylius\\Bundle\\AdminBundle\\Controller\\CustomerStatisticsController\:\:\_\_construct\(\) has invalid typehint type Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface\./'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue