Skip to content

Commit ee8cbe3

Browse files
chore: fixup for lint
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 42b48ca commit ee8cbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Storage/Local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function rename(string $source, string $target): bool {
383383
return $copySuccess && $unlinkSuccess;
384384
}
385385

386-
private function logRenameError(string $reason, string $path, string $level = "error"): void {
386+
private function logRenameError(string $reason, string $path, string $level = 'error'): void {
387387
Server::get(LoggerInterface::class)->$level(
388388
"unable to rename, {$reason}: {$path}", ['app' => 'core']
389389
);

0 commit comments

Comments
 (0)