Skip to content

Commit 8627b00

Browse files
authored
Merge pull request #31433 from nextcloud/backport/31417/stable22
2 parents bbb8798 + 2494bb6 commit 8627b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/public/IAvatar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*/
2727
namespace OCP;
2828

29-
use OCP\Files\File;
3029
use OCP\Files\NotFoundException;
30+
use OCP\Files\SimpleFS\ISimpleFile;
3131

3232
/**
3333
* This class provides avatar functionality
@@ -80,7 +80,7 @@ public function remove();
8080
/**
8181
* Get the file of the avatar
8282
* @param int $size -1 can be used to not scale the image
83-
* @return File
83+
* @return ISimpleFile
8484
* @throws NotFoundException
8585
* @since 9.0.0
8686
*/

0 commit comments

Comments
 (0)