8000 [Locale] Removed unneccesary semi-colon · lsmith77/symfony@7e14a56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e14a56

Browse files
[Locale] Removed unneccesary semi-colon
1 parent cacc880 commit 7e14a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Locale/Locale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static protected function getFallbackLocale($locale)
198198

199199
if (false === $pos = strrpos($locale, '_')) {
200200
return self::getDefault();
201-
};
201+
}
202202

203203
return substr($locale, 0, $pos);
204204
}

0 commit comments

Comments
 (0)
0