phpDocumentor / phpDocumentor/ReflectionDocBlock
Add factories for `@template-extends` and `@template-implements`
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 137
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 1
Description
Currently, StandardTagFactory cannot create TemplateImplements and TemplateExtends because there are no factories for them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/DocBlock/StandardTagFactory.php around lines 169-170, then inspect tests/unit/DocBlock/StandardTagFactoryTest.php around lines 594-596. Add factory coverage for TemplateImplements and TemplateExtends, and run the relevant StandardTagFactory tests to confirm both tags can be created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100