Skip to content

Commit d78f0ff

Browse files
committed
fix stan
1 parent 91d9a66 commit d78f0ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Keboola/StorageApi/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,6 @@ private function downloadGcsFile(array $fileInfo, string $destination): void
23092309
$object = $retBucket->object($fileInfo['gcsPath']['key']);
23102310
try {
23112311
$object->downloadToFile($destination);
2312-
// @phpstan-ignore-next-line - I believe that it is still valid, but google code simply does not have the exception defined
23132312
} catch (NotFoundException $e) {
23142313
throw new ClientException(
23152314
sprintf(self::ERROR_CANNOT_DOWNLOAD_FILE, $fileInfo['name'], $fileInfo['id']),

0 commit comments

Comments
 (0)