@@ -5,11 +5,8 @@ parameters:
55 reportUnmatchedIgnoredErrors : false
66
77 excludes_analyse :
8- # Makes PHPStan crash
9- - '**/DependencyInjection/Configuration.php'
10-
118 # Test dependencies
12- - '**/Bundle/*/ spec/**.php'
9+ - '**/spec/**.php'
1310 - '**/Bundle/*/test/app/**.php'
1411 - '**/Bundle/*/test/src/**.php'
1512 - '**/Bundle/*/Tests/Functional/app/**.php'
@@ -19,33 +16,8 @@ parameters:
1916 - '**/Bundle/*/vendor/**.php'
2017 - '**/Component/*/vendor/**.php'
2118
22- # These packages aren't in require-dev of the global package
23- - '**MongoDB**'
24- - '**ODM**'
25-
2619 # Deprecated classes
2720 - 'src/Sylius/Bundle/CoreBundle/Application/Kernel.php'
2821
2922 ignoreErrors :
30- # Magic calls
31- - '/Call to an undefined method Faker\\Generator::/'
32- - '/Access to an undefined property Faker\\Generator::/'
33- - '/Method Mockery\\MockInterface::shouldReceive\ (\ ) invoked with 1 parameter , 0 required/'
34- - '/Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface/'
35- - '/Call to an undefined method Mockery\\ExpectationInterface|Mockery\\HigherOrderMessage::/'
36-
37- # PhpSpec related errors
38- - '/Access to an undefined property spec\\/'
39- - '/Call to an undefined method spec\\/'
40- - '/Call to an undefined static method spec\\/'
41-
42- # These packages aren't in require-dev of the global package
43- - '/Class Doctrine\\Bundle\\MongoDBBundle/'
44- - '/Class Doctrine\\Bundle\\PHPCRBundle/'
45-
46- # Symfony 4.0 BC layer
47- - '/Symfony\\Component\\ExpressionLanguage\\ParserCache\\ParserCacheInterface/'
48- - '/Symfony\\Component\\ExpressionLanguage\\ParserCache\\ParserCacheAdapter/'
49- - '/Class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder does not have a constructor and must be instantiated without any parameters/'
50-
5123 - '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/'
0 commit comments