writer
                                
                                 writer copied to clipboard
                                
                                    writer copied to clipboard
                            
                            
                            
                        PHP DocBlock always missing dollar sign in variable names
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
Same problem when targetting PHP files
Mintily Docs extention: 2.2.1 VS Code Version: 1.78.2 OS: Ubuntu via WSL Win10