auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

setters vs setter #115

Closed harikt closed 8 years ago

harikt commented 8 years ago

Hi Paul,

I noticed something for v3 .. It is currently named as setters and all previous versions were named as setter . Do you think it is good to have it as setter or trigger a warning so upgrade is much easier ?

Thank you

pmjones commented 8 years ago

I'm trying to reduce the variability in the property names as much as I can. I think an upgrade guide could mention it explicitly.