annotate vendor/doctrine/annotations/phpstan.neon @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author |
Chris Cannam |
date |
Fri, 23 Feb 2018 15:52:07 +0000 |
parents |
|
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\(\)#'
|