We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when converting yaml to php there are 2 types of comments:
yaml
php
# text comments
#example: # comments: []
It would be great depending on # some vs #some convert also commented out yaml configuration into commented out php configuration.
# some
#some
This is blocked by #1 before it can even be targetted we need first support comments in general.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently when converting
yaml
tophp
there are 2 types of comments:# text comments
It would be great depending on
# some
vs#some
convert also commented out yaml configuration into commented out php configuration.This is blocked by #1 before it can even be targetted we need first support comments in general.
The text was updated successfully, but these errors were encountered: