phpstan.neon 1.2 KB

1234567891011121314151617
  1. parameters:
  2. autoload_files:
  3. - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
  4. excludes_analyse:
  5. - %currentWorkingDirectory%/tests/*/Fixtures/*
  6. - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/ReservedKeywordsClasses.php
  7. - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php
  8. - %currentWorkingDirectory%/tests/Doctrine/Tests/DoctrineTestCase.php
  9. polluteScopeWithLoopInitialAssignments: true
  10. ignoreErrors:
  11. - '#Class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
  12. - '#Instantiated class Doctrine_Tests_Common_Annotations_Fixtures_ClassNoNamespaceNoComment not found#'
  13. - '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unknown class#'
  14. - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#'
  15. - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#'
  16. - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#'
  17. - '#Call to an undefined method ReflectionClass::getUseStatements\(\)#'