is AbstractFilesystemResolver used for anything?
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.7k
- Forks
- 386
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 3
Description
Looking at the code, i realize that AbstractFilesystemResolver is an abstract class that is not extended anywhere in the bundle, and is also not documented as an extension point. the only mention is in the changelog for version 1 where it claims that the class has been removed.
is there any need to keep it for version 3 or can we remove it?
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
Search the bundle for references to AbstractFilesystemResolver and inspect the version 1 changelog entry mentioned in the issue. Confirm whether it is extended or documented as an extension point, then determine whether removing it is appropriate for version 3; done means reaching a clear removal-or-retention decision with any affected references identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100