phpDocumentor / Reflection

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

Move parameter building to reducer #484

Closed jaapio closed 10 months ago

jaapio commented 10 months ago

To make it easier to maintain the code move parameters to the reducers, this removes some duplicate lines. And allows us to test parameter building better in isolation.