d2b79a7fd65549181ea808290b13b32dbb78bce0
[yaffs-website] / vendor / doctrine / annotations / phpstan.neon
1 parameters:
2     autoload_files:
3         - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
4     excludes_analyse:
5         - %currentWorkingDirectory%/tests/*/Fixtures/*
6     polluteScopeWithLoopInitialAssignments: true
7     ignoreErrors:
8         - '#Class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
9         - '#Instantiated class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
10         - '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#'
11         - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#'
12         - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#'
13         - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#'
14         - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'