Security update to Drupal 8.4.6
[yaffs-website] / vendor / doctrine / common / phpstan.neon
1 parameters:
2     autoload_directories:
3         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/ClassLoaderTest
4         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Proxy/generated
5     autoload_files:
6         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Persistence/ObjectManagerDecoratorTest.php
7         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
8         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
9         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/TestClass.php
10     excludes_analyse:
11         - %currentWorkingDirectory%/lib/vendor/doctrine-build-common
12         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Proxy/InvalidReturnTypeClass.php
13         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Proxy/InvalidTypeHintClass.php
14         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/TestEntity.php
15     ignoreErrors:
16         - '#Doctrine\\Common\\Reflection\\StaticReflection[a-zA-Z0-9_]+::__construct\(\) does not call parent constructor from Reflection[a-zA-Z0-9_]+#'
17         - '#Call to an undefined method Doctrine\\Tests\\Common\\Persistence\\TestObject#'
18         - '#Access to an undefined property Doctrine\\Common\\Proxy\\Proxy::\$publicField#'
19         - '#Access to an undefined property Doctrine\\Tests\\Common\\Proxy\\MagicGetByRefClass::\$nonExisting#'
20         - '#does not accept [\\a-zA-Z0-9_|]*PHPUnit_Framework_MockObject_MockObject#'