diff --git a/src/Storage/Device/Local.php b/src/Storage/Device/Local.php index 72e1dff..a587a7c 100644 --- a/src/Storage/Device/Local.php +++ b/src/Storage/Device/Local.php @@ -537,4 +537,4 @@ public function getFiles(string $dir, int $max = self::MAX_PAGE_SIZE, string $co return $files; } -} \ No newline at end of file +} diff --git a/src/Storage/Device/S3.php b/src/Storage/Device/S3.php index 6be23b2..c21bb9c 100644 --- a/src/Storage/Device/S3.php +++ b/src/Storage/Device/S3.php @@ -999,4 +999,4 @@ private function sortMetaHeadersCmp($a, $b) return $ncmp; } -} \ No newline at end of file +}