Skip to content

Commit

Permalink
Merge pull request opencart#13657 from mhcwebdesign/3.0.x.x
Browse files Browse the repository at this point in the history
[3.0.x.x] Another bugfix as paer phpstan level 1
  • Loading branch information
mhcwebdesign authored Feb 9, 2024
2 parents 77ad102 + 6aad067 commit 1fd2015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/model/extension/payment/cardinity.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getSupportedCurrencies() {
);
}

public function log($data, $class_step = 6, $function_step = 6) {
public function log(string $data, int $class_step = 6, int $function_step = 6): void {
if ($this->config->get('payment_cardinity_debug')) {
$backtrace = debug_backtrace();
$log = new Log('cardinity.log');
Expand Down

0 comments on commit 1fd2015

Please sign in to comment.