Skip to content

Commit 484b509

Browse files
fixup!
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 12d0806 commit 484b509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Cache/Scanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ protected function array_diff_assoc_multi(array $array1, array $array2) {
392392
* Get the children currently in the cache
393393
*
394394
* @param int $folderId
395-
* @return Array<string,\OCP\Files\Cache\ICacheEntry>
395+
* @return array<string, \OCP\Files\Cache\ICacheEntry>
396396
*/
397397
protected function getExistingChildren($folderId): array {
398398
$existingChildren = [];

0 commit comments

Comments
 (0)