Security update for Core, with self-updated composer
[yaffs-website] / vendor / doctrine / annotations / phpstan.neon
diff --git a/vendor/doctrine/annotations/phpstan.neon b/vendor/doctrine/annotations/phpstan.neon
new file mode 100644 (file)
index 0000000..d2b79a7
--- /dev/null
@@ -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\(\)#'