Skip to content

Commit 0e1b15c

Browse files
Merge branch '2.8' into 3.2
* 2.8: [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
2 parents e4a0425 + b538355 commit 0e1b15c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-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

0 commit comments

Comments
 (0)