Skip to content

Commit 8c3e489

Browse files
Sairahcazgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0341bc7 commit 8c3e489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RefreshDatabaseFast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function calculateChecksum(): string
7070
$files = array_keys(iterator_to_array($files));
7171

7272
$checksum = collect($files)->map(function ($file) {
73-
return md5_file($file);
73+
return md5_file($file);
7474
})->implode('');
7575

7676
return md5($checksum);

0 commit comments

Comments
 (0)