Skip to content

Commit

Permalink
Pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Apr 8, 2024
1 parent 1d593df commit 13798eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/OnlineRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function loadFromOnline(): array
private function getCacheId(): string
{
$feedUrl = $this->config->getFeedUrl();
return 'TAXRATESMANAGER_' . md5($feedUrl);
return 'TAXRATESMANAGER_' . md5($feedUrl); // phpcs:ignore
}

/**
Expand Down

0 comments on commit 13798eb

Please sign in to comment.