forked from doctrine/annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
14 lines (14 loc) · 917 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parameters:
autoload_files:
- %currentWorkingDirectory%/tests/Doctrine/Tests/Annotations/DocParserTest.php
excludes_analyse:
- %currentWorkingDirectory%/tests/*/Fixtures/*
- %currentWorkingDirectory%/tests/Doctrine/Tests/Annotations/ReservedKeywordsClasses.php
- %currentWorkingDirectory%/tests/Doctrine/Tests/Annotations/Ticket/DCOM58Entity.php
- %currentWorkingDirectory%/tests/Doctrine/Tests/DoctrineTestCase.php
polluteScopeWithLoopInitialAssignments: true
ignoreErrors:
- '#Class Doctrine_Tests_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
- '#Instantiated class Doctrine_Tests_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
- '#Property Doctrine\\Tests\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#'
- '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'