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.
Currently the plugin isn't parsing single line phpdoc, as it should.
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.