writer icon indicating copy to clipboard operation
writer copied to clipboard

PHP DocBlock always missing dollar sign in variable names

Open hempsworth opened this issue 2 years ago • 1 comments

Whenever generating a DocBlock for a function, the variable name is missing the $

/**
 * Deletes a donation from the database
 * 
 * @param int id The id of the donation to delete.
 * 
 * @return int The number of rows affected by the query.
 */

VS Code Version: 1.76.2 (Universal) MacOS 13.2

hempsworth avatar Mar 16 '23 21:03 hempsworth

Same problem when targetting PHP files

Mintily Docs extention: 2.2.1 VS Code Version: 1.78.2 OS: Ubuntu via WSL Win10

tyler36 avatar May 29 '23 04:05 tyler36