auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

3.x fix for @property-read "syntax error" #103

Closed dstockto closed 9 years ago

dstockto commented 9 years ago

Should allow IDEs to autocomplete the property and not complain that the property is read only.

This is the 3.x fix for #91.