Skip to content

Commit 833d429

Browse files
committed
fix linter
1 parent 7251558 commit 833d429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Storage/Device/Local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,4 @@ public function getFiles(string $dir, int $max = self::MAX_PAGE_SIZE, string $co
537537

538538
return $files;
539539
}
540-
}
540+
}

src/Storage/Device/S3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,4 +999,4 @@ private function sortMetaHeadersCmp($a, $b)
999999

10001000
return $ncmp;
10011001
}
1002-
}
1002+
}

0 commit comments

Comments
 (0)