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

Skip to content

Commit a07ed56

Browse files
committed
re-format code
1 parent 04f06ed commit a07ed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/MessageCatalogue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function all(string $domain = null, $strict = false)
6969
{
7070
if (null !== $domain) {
7171
if ($strict) {
72-
return ($this->messages[$domain] ?? []);
72+
return $this->messages[$domain] ?? [];
7373
} else {
7474
return ($this->messages[$domain.self::INTL_DOMAIN_SUFFIX] ?? []) + ($this->messages[$domain] ?? []);
7575
}

0 commit comments

Comments
 (0)
0