Skip to content

Commit 434bb1f

Browse files
authored
Merge pull request #127 from cloudinary-community/fix/getresponse-return-type
fix: getResponse return type
2 parents 6f0713d + 4be7bbf commit 434bb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CloudinaryEngine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ public function uploadVideo($file, array $options = []): static
242242
}
243243

244244
/**
245-
* @return array
245+
* @return array|ApiResponse
246246
*/
247-
public function getResponse(): array
247+
public function getResponse(): array|ApiResponse
248248
{
249249
return $this->response;
250250
}

0 commit comments

Comments
 (0)