Skip to content

Commit b538355

Browse files
Merge branch '2.7' into 2.8
* 2.7: [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 cd41812 + 07f9bd6 commit b538355

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
@@ -83,7 +83,6 @@ public function __construct(MessageCatalogueInterface $source, MessageCatalogueI
8383
$this->source = $source;
8484
$this->target = $target;
8585
$this->result = new MessageCatalogue($source->getLocale());
86-
$this->domains = null;
8786
$this->messages = array();
8887
}
8988

0 commit comments

Comments
 (0)