Skip to content

Commit 81aeff9

Browse files
committed
fix: add missing Node import in FileService
- Import OCP\Files\Node for proper type resolution - Fix Psalm docblock type annotations - Use fully qualified namespace in return types Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 2681ea2 commit 81aeff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Service/FileService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
use OCP\AppFramework\Db\DoesNotExistException;
3232
use OCP\Files\IMimeTypeDetector;
3333
use OCP\Files\IRootFolder;
34+
use OCP\Files\Node;
3435
use OCP\Files\NotFoundException;
3536
use OCP\Http\Client\IClientService;
3637
use OCP\IAppConfig;

0 commit comments

Comments
 (0)