Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5da68d9

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Translation/MessageCatalogue.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/MessageCatalogue.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.