Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Nov 28, 2024
1 parent 7251558 commit 833d429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Storage/Device/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,4 @@ public function getFiles(string $dir, int $max = self::MAX_PAGE_SIZE, string $co

return $files;
}
}
}
2 changes: 1 addition & 1 deletion src/Storage/Device/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -999,4 +999,4 @@ private function sortMetaHeadersCmp($a, $b)

return $ncmp;
}
}
}

0 comments on commit 833d429

Please sign in to comment.