Task | Novice task? | Contributor instructions | Complete? |
---|
Follow-up to #2421451: Drupal needs comments in opcache
Problem/Motivation
SimpleAnnotationReader
has been deprecated by Doctrine. It allows us to use annotations without a use
statement for the annotation class.
Proposed resolution
Fork the code that Doctrine has deprecated into core.
Code the needs to copied
- \Doctrine\Common\Annotations\SimpleAnnotationReader
- \Doctrine\Tests\Common\Annotations\SimpleAnnotationReaderTest
- \Doctrine\Common\Annotations\DocParser
- \Doctrine\Tests\Common\Annotations\DocParserTest
- DocParserTest requires many fixture classes from Doctrine\Tests\Common\Annotations\Fixtures
- \Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test
Remaining tasks
Review
User interface changes
None
API changes
None
Data model changes
None