We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213e75b commit 31a9be0Copy full SHA for 31a9be0
1 file changed
lib/public/IAvatar.php
@@ -26,8 +26,8 @@
26
*/
27
namespace OCP;
28
29
-use OCP\Files\File;
30
use OCP\Files\NotFoundException;
+use OCP\Files\SimpleFS\ISimpleFile;
31
32
/**
33
* This class provides avatar functionality
@@ -80,7 +80,7 @@ public function remove();
80
81
* Get the file of the avatar
82
* @param int $size -1 can be used to not scale the image
83
- * @return File
+ * @return ISimpleFile
84
* @throws NotFoundException
85
* @since 9.0.0
86
0 commit comments