8000 code re-format · symfony/symfony@2cda08c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cda08c

Browse files
committed
code re-format
1 parent b4478f3 commit 2cda08c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Translation/MessageCatalogue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public function getDomains()
6868
public function all(string $domain = null)
6969
{
7070
if (null !== $domain) {
71-
7271
// skip messages merge if intl-icu requested explicitly
7372
if (false !== strpos($domain, self::INTL_DOMAIN_SUFFIX)) {
7473
return $this->messages[$domain] ?? [];

0 commit comments

Comments
 (0)
0