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>
For a form type, it generates the following snippet:
this is wrong. It should be
<tag>, not<tags>