Skip to content

Commit

Permalink
refactor: Update `WOPI::putRelativeFile' interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 9, 2021
1 parent d026ffc commit 7d9e6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Contract/WopiInterface.php
Expand Up @@ -35,7 +35,7 @@ public function lock(string $fileId, string $accessToken, string $xWopiLock, Req

public function putFile(string $fileId, string $accessToken, string $xWopiLock, string $xWopiEditors, RequestInterface $request): ResponseInterface;

public function putRelativeFile(string $fileId, string $accessToken, RequestInterface $request): ResponseInterface;
public function putRelativeFile(string $fileId, string $accessToken, ?string $suggestedTarget, ?string $relativeTarget, bool $OverwriteRelativeTarget, int $size, RequestInterface $request): ResponseInterface;

public function putUserInfo(string $fileId, string $accessToken, RequestInterface $request): ResponseInterface;

Expand Down

0 comments on commit 7d9e6f2

Please sign in to comment.