Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 24, 2022
1 parent 2bb3e35 commit 2c005cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ecb.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function _convert($from, $to):float {return df_float(dfa($this->rates(
* 2016-01-01
* @return array(string => float)
*/
private function rates(string $base) {return dfc($this, function($base) {return dfa(
private function rates(string $base):array {return dfc($this, function(string $base):array {return dfa(
# 2018-06-20
# We should use `http` (not `https`) to avoid the error:
# «Access Restricted - Your current Subscription Plan does not support HTTPS Encryption.»
Expand Down

0 comments on commit 2c005cd

Please sign in to comment.