Skip to content

Commit

Permalink
NTR - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPietrzyk committed Mar 8, 2019
1 parent e96495b commit 6916c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Context.php
Expand Up @@ -53,7 +53,7 @@ public function __construct(
$this->currencyFactor = $currencyFactor;

if (empty($languageIdChain)) {
throw new \InvalidArgumentException('languageIdChain may not be empty');
throw new \InvalidArgumentException('Argument languageIdChain must not be empty');
}
$this->languageIdChain = array_keys(array_flip(array_filter($languageIdChain)));
}
Expand Down

0 comments on commit 6916c6d

Please sign in to comment.