Skip to content

Commit 5da68d9

Browse files
pontus-mpyceruto
andauthored
Update src/Symfony/Component/Translation/MessageCatalogue.php
Co-authored-by: Yonel Ceruto <yonelceruto@gmail.com>
1 parent 456e98c commit 5da68d9

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
@@ -238,7 +238,7 @@ public function getMetadata(string $key = '', string $domain = 'messages'): mixe
238238
}
239239

240240
if (isset($this->metadata[$domain.self::INTL_DOMAIN_SUFFIX])) {
241-
if ('' == $key) {
241+
if ('' === $key) {
242242
return $this->metadata[$domain.self::INTL_DOMAIN_SUFFIX];
243243
}
244244

0 commit comments

Comments
 (0)