Skip to content

Commit bac3592

Browse files
ChiragAgg5kCopilot
andauthored
Update src/Appwrite/Platform/Tasks/Specs.php
Co-authored-by: Copilot <[email protected]>
1 parent 5a8a900 commit bac3592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Appwrite/Platform/Tasks/Specs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getResponse(): UtopiaResponse
4343
return new AppwriteResponse(new SwooleResponse());
4444
}
4545

46-
protected function getFormatInstance(string $format, array $arguments)
46+
protected function getFormatInstance(string $format, array $arguments): Swagger2|OpenAPI3
4747
{
4848
return match ($format) {
4949
'swagger2' => new Swagger2(...$arguments),

0 commit comments

Comments
 (0)