Skip to content

Commit 4be7bbf

Browse files
committed
fix: getResponse return type
1 parent 716acb2 commit 4be7bbf

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)