vscode-php-getters-setters icon indicating copy to clipboard operation
vscode-php-getters-setters copied to clipboard

Single line phpdoc

Open oojacoboo opened this issue 5 years ago • 1 comments

Currently the plugin isn't parsing single line phpdoc, as it should.

/** @var int */
protected $foo;

Also, while we're discussing this topic, it might be worth mentioning that PHP 7.4 supports typed properties now. I haven't tested if the plugin works with this or not, but it certainly should.

oojacoboo avatar Aug 05 '19 07:08 oojacoboo

same problem

ScorpioT1000 avatar May 25 '21 17:05 ScorpioT1000