vscode-php-getters-setters
vscode-php-getters-setters copied to clipboard
Single line phpdoc
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.
same problem