mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
Merge pull request #31432 from nextcloud/backport/31417/stable23
This commit is contained in:
commit
330cbad8b2
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
|||
*/
|
||||
namespace OCP;
|
||||
|
||||
use OCP\Files\File;
|
||||
use OCP\Files\NotFoundException;
|
||||
use OCP\Files\SimpleFS\ISimpleFile;
|
||||
|
||||
/**
|
||||
* This class provides avatar functionality
|
||||
|
|
@ -80,7 +80,7 @@ interface IAvatar {
|
|||
/**
|
||||
* Get the file of the avatar
|
||||
* @param int $size -1 can be used to not scale the image
|
||||
* @return File
|
||||
* @return ISimpleFile
|
||||
* @throws NotFoundException
|
||||
* @since 9.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue