fix: Fix phpdoc typing in DirectEditing\Manager

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44533/head
Côme Chilliet 1 month ago
parent 4d060818d1
commit 0df6048693
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

@ -297,10 +297,9 @@ class Manager implements IManager {
} }
/** /**
* @param $userId * @param string $userId
* @param $fileId * @param int $fileId
* @param null $filePath * @param ?string $filePath
* @return Node
* @throws NotFoundException * @throws NotFoundException
*/ */
public function getFileForToken($userId, $fileId, $filePath = null): Node { public function getFileForToken($userId, $fileId, $filePath = null): Node {

Loading…
Cancel
Save