phpDocumentor / Reflection

Reflection library to do Static Analysis for PHP Projects
MIT License
117 stars 51 forks source link

Add reducers to factories to support attributes #477

Closed jaapio closed 10 months ago

jaapio commented 10 months ago

To make it easier to add reused paths reducers are introduced. These will allow us to move steps in the production of elements to a separate class that will make it easier to reuse the logic between factories.