diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/doctrine/annotations/phpstan.neon	Fri Feb 23 15:52:07 2018 +0000
@@ -0,0 +1,14 @@
+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\(\)#'