Skip to content

Commit fb91717

Browse files
committed
fixup add missing override attributes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 779ba5d commit fb91717

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/Files/Node/LazyUserFolder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function getMountPoint() {
7575
return $mountPoint;
7676
}
7777

78+
#[\Override]
7879
public function getUserQuota(bool $useCache = true): array {
7980
return $this->__call(__FUNCTION__, func_get_args());
8081
}

lib/private/Files/Node/UserFolder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function __construct(
3434
parent::__construct($root, $view, $path, parent: $parent);
3535
}
3636

37+
#[\Override]
3738
public function getUserQuota(bool $useCache = true): array {
3839
// return from cache if requested and we already cached it
3940
$memcache = $this->cacheFactory->createLocal('storage_info');

0 commit comments

Comments
 (0)