annotate 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 |
|
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\(\)#'
|