Reply to thread

Frankly this is PHPStan being pedantic.  plsam doesn't require it.



The documentation doesn't actually describe it as required. Even the eventually linked to php-fig document doesn't either; https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#510-property


The given syntax given;

[CODE]@property[<-read|-write>] ["Type"] [name] [<description>]

[/CODE]

The [name] is never actually described of what it's composition should be.


Back
Top Bottom