symfony-service-definition-validator icon indicating copy to clipboard operation
symfony-service-definition-validator copied to clipboard

A set of tools for validating Symfony service definitions.

Results 2 symfony-service-definition-validator issues
Sort by recently updated
recently updated
newest added

Hi! Are there any plans to upgrade the symfony/dependency-injection dependency to a newer version, like 4.0 ? I'm finding troubles specially with this dependency. If you don't have any plans...

Hi, There was missing support for use of the `Parameter` class, i.e creating services like this: ``` $definition = new Definition(new Parameter('app.service.class')); $definition->addArgument(new Parameter('app.array')) ``` I couldn't see a way...