Skip to content

Commit

Permalink
cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Sep 23, 2024
1 parent 036bf2b commit a5b0fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Db/DirectoryMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function deleteAndCleanup(int $id, string $userId): int {
*/
public function createDirectory(
string $path, string $user, bool $isOpen = false, int $sortOrder = 0,
bool $sortAscending = true, bool $displayRecursive = false
bool $sortAscending = true, bool $displayRecursive = false,
): Directory {
try {
// do not create if one with same path/userId already exists
Expand Down

0 comments on commit a5b0fbd

Please # to comment.