rentalhost / laravel-insight

IDEA plugin to works with Laravel Framework.
MIT License
27 stars 6 forks source link

Eloquent\Model: supports to @property-read and @property-write #12

Closed rentalhost closed 7 years ago

rentalhost commented 7 years ago

Currently @property is supported, but we need take care about @property-read and @property-write. It should acts exactly like @property.

To consider:

rentalhost commented 7 years ago

Wont-fix: API already consider that @property-read and @property-write are extension of @property;