fix: Fix phpdoc typing in DirectEditing\Manager

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44533/head
Côme Chilliet 3 weeks 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 $fileId
* @param null $filePath
* @return Node
* @param string $userId
* @param int $fileId
* @param ?string $filePath
* @throws NotFoundException
*/
public function getFileForToken($userId, $fileId, $filePath = null): Node {

Loading…
Cancel
Save