Skip to content

Commit 7066364

Browse files
committed
Fix small comment hiccup
1 parent a53f930 commit 7066364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSubscriber/RedirectToPreferredLocaleSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(
4646

4747
// Add the default locale at the first position of the array,
4848
// because Symfony\HttpFoundation\Request::getPreferredLanguage
49-
// returns the first element when no an appropriate language is found
49+
// returns the first element when no appropriate language is found
5050
array_unshift($this->enabledLocales, $this->defaultLocale);
5151
$this->enabledLocales = array_unique($this->enabledLocales);
5252
}

0 commit comments

Comments
 (0)