Skip to content

Commit b655a23

Browse files
joshtrichardselzody
authored andcommitted
chore: Add getDirectDownloadById stub method to wrapper
Signed-off-by: Josh <[email protected]>
1 parent 3c7d14b commit b655a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stub.phpstub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ namespace OC\Files\Storage\Wrapper {
6363
public function getInstanceOfStorage(string $class): ?IStorage {};
6464
public function __call(string $method, array $args) {};
6565
public function getDirectDownload(string $path): array|false {};
66+
public function getDirectDownloadById(string $fileId): array|false {};
6667
public function getAvailability(): array {};
6768
public function setAvailability(bool $isAvailable): void {};
6869
public function verifyPath(string $path, string $fileName): void {};

0 commit comments

Comments
 (0)