Skip to content

Commit

Permalink
Merge pull request #1477 in NEXT/platform from ntr/fix-typo-in-except…
Browse files Browse the repository at this point in the history
…ion-message to master

* commit 'e73f133c3d5f70938a35f95dd9f19948bba53346':
  NTR - fix typo
  • Loading branch information
janbuecker committed Mar 11, 2019
2 parents 39615e7 + 6916c6d commit fb3edba
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 fb3edba

Please sign in to comment.