We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 549bc59 + 32451b1 commit df46bb7Copy full SHA for df46bb7
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php
@@ -13,6 +13,7 @@
13
14
use Symfony\Component\DependencyInjection\ContainerBuilder;
15
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
16
+use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
17
18
class AddConstraintValidatorsPass implements CompilerPassInterface
19
{
0 commit comments