phpDocumentor / fig-standards

Standards either proposed or approved by the Framework Interop Group
http://www.php-fig.org/
Other
361 stars 85 forks source link

property-read/write variants #159

Closed mindplay-dk closed 5 years ago

mindplay-dk commented 5 years ago

Adds descriptions of the @property-read and @property-write variants.

Replaces the example with a simpler, more typical example.

QA: I'm uncertain as to why property-annotations were originally listed as being applicable to interfaces? An interface can't implement anything, so how could it implement properties? Interfaces can't have properties in PHP in the first place. I'd like to hear your thoughts on this?

If approved, this voids #90.