Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cf0848

Browse files
committed
fixed typo (closes #7290)
1 parent af28b0c commit 4cf0848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function getLocale()
128128
*/
129129
public function setFallbackLocale($locales)
130130
{
131-
$this->setFallbackLocales(is_array($locales) ? $locales : array($locales))
131+
$this->setFallbackLocales(is_array($locales) ? $locales : array($locales));
132132
}
133133

134134
/**

0 commit comments

Comments
 (0)