Mercurial > hg > isophonics-drupal-site
annotate vendor/doctrine/annotations/phpstan.neon @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 7a779792577d |
children |
rev | line source |
---|---|
Chris@12 | 1 parameters: |
Chris@12 | 2 autoload_files: |
Chris@12 | 3 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
Chris@12 | 4 excludes_analyse: |
Chris@12 | 5 - %currentWorkingDirectory%/tests/*/Fixtures/* |
Chris@12 | 6 polluteScopeWithLoopInitialAssignments: true |
Chris@12 | 7 ignoreErrors: |
Chris@12 | 8 - '#Class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' |
Chris@12 | 9 - '#Instantiated class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' |
Chris@12 | 10 - '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#' |
Chris@12 | 11 - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#' |
Chris@12 | 12 - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#' |
Chris@12 | 13 - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#' |
Chris@12 | 14 - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#' |