Skip to content

Commit

Permalink
code re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
artemoliynyk committed Apr 22, 2020
1 parent b4478f3 commit 2cda08c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/Translation/MessageCatalogue.php
Expand Up @@ -68,7 +68,6 @@ public function getDomains()
public function all(string $domain = null)
{
if (null !== $domain) {

// skip messages merge if intl-icu requested explicitly
if (false !== strpos($domain, self::INTL_DOMAIN_SUFFIX)) {
return $this->messages[$domain] ?? [];
Expand Down

0 comments on commit 2cda08c

Please sign in to comment.