Skip to content

Commit

Permalink
fix: Fix phpdoc typing in DirectEditing\Manager
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Apr 29, 2024
1 parent 4b99cd4 commit 5f96a7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/private/DirectEditing/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,9 @@ public function createToken($editorId, File $file, string $filePath, ?IShare $sh
}

/**
* @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 {
Expand Down

0 comments on commit 5f96a7f

Please sign in to comment.