Skip to content

Commit e4a0425

Browse files
Nyholmfabpot
authored andcommitted
Adding use statement for InvalidArgumentException
1 parent b665f22 commit e4a0425

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

TranslatorBagInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Translation;
1313

14+
use Symfony\Component\Translation\Exception\InvalidArgumentException;
15+
1416
/**
1517
* TranslatorBagInterface.
1618
*

TranslatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Translation;
1313

14+
use Symfony\Component\Translation\Exception\InvalidArgumentException;
15+
1416
/**
1517
* TranslatorInterface.
1618
*

0 commit comments

Comments
 (0)