Skip to content

Commit

Permalink
Fix some PAReview issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Aug 27, 2019
1 parent ab4c804 commit a83be24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Block/NBGCurrencyBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private function getCurrencyNames() {
* @return array
* Cached currency data.
*/
public function getCurrencyData($currency_codes) {
public function getCurrencyData(array $currency_codes) {
$cache = $this->cacheBackend;
$currency_names = $this->getCurrencyNames();
$config = $this->getConfiguration();
Expand Down

0 comments on commit a83be24

Please sign in to comment.