Skip to content

Commit f7b2181

Browse files
Merge branch '3.2'
* 3.2: [Security] fix Composer constraint Provide less state in getRequestFormat fix test class location Static code analysis with Php Inspections (EA Extended): dead code dropped, couple bugs fixed Adding use statement for InvalidArgumentException
2 parents bca6410 + 0e1b15c commit f7b2181

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Catalogue/AbstractOperation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function __construct(MessageCatalogueInterface $source, MessageCatalogueI
8585
$this->source = $source;
8686
$this->target = $target;
8787
$this->result = new MessageCatalogue($source->getLocale());
88-
$this->domains = null;
8988
$this->messages = array();
9089
}
9190

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)