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

Add PHP support #9

Closed
atomicptr opened this issue Jul 20, 2020 · 1 comment · Fixed by #19
Closed

Add PHP support #9

atomicptr opened this issue Jul 20, 2020 · 1 comment · Fixed by #19
Labels
enhancement New feature or request

Comments

@atomicptr
Copy link

*.php uses C Style comments // ..., /* ... */ and comments with # ... as well. ( See also https://www.php.net/manual/en/language.basic-syntax.comments.php )

// TODO 123: Do something
$obj->doSomething();

/* TODO 123: Do something */
$obj->doSomething();

# TODO 123: Do something
$obj->doSomething();

tyvm

@preslavmihaylov
Copy link
Owner

Thanks for the submission. I will let you know of progress

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

Successfully merging a pull request may close this issue.

2 participants