Skip to content

Commit

Permalink
another StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 9, 2017
1 parent 310bcaf commit 191eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function __construct($currency)
$currency = strtoupper(trim($currency));
$currencies = static::getCurrencies();

if (! array_key_exists($currency, $currencies)) {
if (!array_key_exists($currency, $currencies)) {
throw new OutOfBoundsException('Invalid currency "' . $currency . '"');
}

Expand Down

0 comments on commit 191eb92

Please sign in to comment.