Mercurial > hg > isophonics-drupal-site
view vendor/doctrine/annotations/phpstan.neon @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 7a779792577d |
children |
line wrap: on
line source
parameters: autoload_files: - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php excludes_analyse: - %currentWorkingDirectory%/tests/*/Fixtures/* polluteScopeWithLoopInitialAssignments: true ignoreErrors: - '#Class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' - '#Instantiated class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#' - '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#' - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#' - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#' - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#' - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'