comparison 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
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
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\(\)#'