Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP DocBlock always missing dollar sign in variable names #105

Open
hempsworth opened this issue Mar 16, 2023 · 1 comment
Open

PHP DocBlock always missing dollar sign in variable names #105

hempsworth opened this issue Mar 16, 2023 · 1 comment
Labels
enhancement New feature or request language support

Comments

@hempsworth
Copy link

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

@ghost ghost added enhancement New feature or request language support labels Mar 17, 2023
@tyler36
Copy link

tyler36 commented May 29, 2023

Same problem when targetting PHP files

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language support
Projects
None yet
Development

No branches or pull requests

2 participants