Skip to content

Commit

Permalink
fix cs in latest merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 11, 2024
1 parent 39f8485 commit 8d78b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Storage/src/SigningHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
use Google\Auth\CredentialsLoader;
use Google\Auth\SignBlobInterface;
use Google\Cloud\Core\ArrayTrait;
use Google\Cloud\Core\Exception\ServiceException;
use Google\Cloud\Core\JsonTrait;
use Google\Cloud\Core\Timestamp;
use Google\Cloud\Storage\Connection\ConnectionInterface;
use Google\Cloud\Core\Exception\ServiceException;
use Google\Cloud\Storage\Connection\RetryTrait;

/**
Expand Down Expand Up @@ -343,7 +343,7 @@ public function v4Sign(ConnectionInterface $connection, $expires, $resource, $ge
]);

$signature = bin2hex(base64_decode($this->retrySignBlob(
fn() => $credentials->signBlob($stringToSign, [
fn () => $credentials->signBlob($stringToSign, [
'forceOpenssl' => $options['forceOpenssl']
])
)));
Expand Down

0 comments on commit 8d78b8b

Please sign in to comment.