Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df46bb7

Browse files
committed
bug #20163 add missing use statement (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- add missing use statement | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | 996c1ee#commitcomment-19292581 | License | MIT | Doc PR | Commits ------- 32451b1 add missing use statement
2 parents 549bc59 + 32451b1 commit df46bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\DependencyInjection\ContainerBuilder;
1515
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
16+
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
1617

1718
class AddConstraintValidatorsPass implements CompilerPassInterface
1819
{

0 commit comments

Comments
 (0)