Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Feb 12, 2025
1 parent 00a7b99 commit 419c8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CacheAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public function checksum(string $path, Config $config): string
$algo = $config->get('checksum_algo');

if (isset($algo) && !is_string($algo)) {
throw new ErrorException('"checksum_algo" $config must be a string.');
throw new ErrorException('"checksum_algo" in $config must be a string.');
}

$metadataKey = isset($algo) ? 'checksum_' . $algo : 'checksum';
Expand Down

0 comments on commit 419c8bd

Please sign in to comment.