-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Validator
Description
Right now, when adding a constraint validator to the DI configuration, you need to do:
services:
my_validator:
class: Acme\Constraints\MyValidator
tags:
- { name: validator.constraint_validator, alias: Acme\Constraints\MyValidator }
It should not be necessary to pass that alias, but right now it is.
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Validator