File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -313,13 +313,6 @@ public function getName() {
313313 return $ this ->__call (__FUNCTION__ , func_get_args ());
314314 }
315315
316- /**
317- * @inheritDoc
318- */
319- public function getUserFolder ($ userId ) {
320- return $ this ->__call (__FUNCTION__ , func_get_args ());
321- }
322-
323316 public function getMimetype (): string {
324317 if (isset ($ this ->data ['mimetype ' ])) {
325318 return $ this ->data ['mimetype ' ];
Original file line number Diff line number Diff line change 99
1010use OCP \Files \Cache \ICacheEntry ;
1111use OCP \Files \IRootFolder ;
12+ use OCP \Files \IUserFolder ;
1213use OCP \Files \Mount \IMountPoint ;
1314use OCP \Files \Node ;
1415use OCP \Files \Node as INode ;
@@ -34,7 +35,7 @@ protected function getRootFolder(): IRootFolder {
3435 return $ folder ;
3536 }
3637
37- public function getUserFolder ($ userId ) {
38+ public function getUserFolder (string $ userId ): IUserFolder {
3839 return $ this ->__call (__FUNCTION__ , func_get_args ());
3940 }
4041
You can’t perform that action at this time.
0 commit comments