Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz authored and github-actions[bot] committed Mar 12, 2023
1 parent 0341bc7 commit 8c3e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RefreshDatabaseFast.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private function calculateChecksum(): string
$files = array_keys(iterator_to_array($files));

$checksum = collect($files)->map(function ($file) {
return md5_file($file);
return md5_file($file);
})->implode('');

return md5($checksum);
Expand Down

0 comments on commit 8c3e489

Please sign in to comment.