mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
chore(files): Remove unused type alias
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
242b367682
commit
887d63663d
2 changed files with 0 additions and 16 deletions
|
|
@ -37,7 +37,6 @@ use OCP\Files\Template\TemplateFileCreator;
|
|||
use OCP\IRequest;
|
||||
|
||||
/**
|
||||
* @psalm-import-type FilesTemplate from ResponseDefinitions
|
||||
* @psalm-import-type FilesTemplateFile from ResponseDefinitions
|
||||
* @psalm-import-type FilesTemplateFileCreator from ResponseDefinitions
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -27,21 +27,6 @@ declare(strict_types=1);
|
|||
namespace OCA\Files;
|
||||
|
||||
/**
|
||||
* @psalm-type FilesTemplate = array{
|
||||
* templateType: string,
|
||||
* templateId: string,
|
||||
* basename: string,
|
||||
* etag: string,
|
||||
* fileid: int,
|
||||
* filename: string,
|
||||
* lastmod: int,
|
||||
* mime: string,
|
||||
* size: int,
|
||||
* type: string,
|
||||
* hasPreview: bool,
|
||||
* previewUrl: ?string,
|
||||
* }
|
||||
*
|
||||
* @psalm-type FilesTemplateFile = array{
|
||||
* basename: string,
|
||||
* etag: string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue