Skip to content

Commit 07f9bd6

Browse files
committed
Static code analysis with Php Inspections (EA Extended): dead code dropped, couple bugs fixed
1 parent 1f60a05 commit 07f9bd6

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
@@ -61,7 +61,6 @@ public function __construct(MessageCatalogueInterface $source, MessageCatalogueI
6161
$this->source = $source;
6262
$this->target = $target;
6363
$this->result = new MessageCatalogue($source->getLocale());
64-
$this->domains = null;
6564
$this->messages = array();
6665
}
6766

0 commit comments

Comments
 (0)