Skip to content

Commit a5358c1

Browse files
martinsifraclaude
andcommitted
style(storage-client): declare strict types in GcsClientFactory
Matches S3ClientFactory, which the transfer policy is ported from. The baseline entries move again because the anonymous class shifts to line 42. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b439c01 commit a5358c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Keboola/StorageApi/Downloader/GcsClientFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Keboola\StorageApi\Downloader;
46

57
use Google\Auth\FetchAuthTokenInterface;

0 commit comments

Comments
 (0)