diff --git a/composer.lock b/composer.lock index cbf4e0845..98dbc674f 100644 --- a/composer.lock +++ b/composer.lock @@ -380,12 +380,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "c6e5d11fc82e073e4f80cfce215791b6941998c2" + "reference": "8076405cf21b59fe1b935562041f96393abf6d8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/c6e5d11fc82e073e4f80cfce215791b6941998c2", - "reference": "c6e5d11fc82e073e4f80cfce215791b6941998c2", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/8076405cf21b59fe1b935562041f96393abf6d8e", + "reference": "8076405cf21b59fe1b935562041f96393abf6d8e", "shasum": "" }, "require": { @@ -417,7 +417,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2024-09-21T00:40:41+00:00" + "time": "2024-09-23T14:11:16+00:00" }, { "name": "nikic/php-parser", diff --git a/lib/Db/DirectoryMapper.php b/lib/Db/DirectoryMapper.php index b7469c303..8f75592ed 100644 --- a/lib/Db/DirectoryMapper.php +++ b/lib/Db/DirectoryMapper.php @@ -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