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
For a form type, it generates the following snippet:
<service class="Incenteev\WebBundle\Form\Type\SuffixedTextType" id="incenteev.form.suffixed_text"> <tags alias="incenteev_suffixed_text" name="form.type"/> </service>
this is wrong. It should be <tag>, not <tags>
<tag>
<tags>
The text was updated successfully, but these errors were encountered:
fixed typo in service generator "tags" should be "tag" on xml files #338
189984b
No branches or pull requests
For a form type, it generates the following snippet:
this is wrong. It should be
<tag>
, not<tags>
The text was updated successfully, but these errors were encountered: