Skip to content

Commit

Permalink
chore: fix type specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Jun 7, 2024
1 parent fd55b60 commit 6ae58a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Internal/StorageDataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private function processCall(UnaryCall $call)
/**
* @param string $storeName
* @param string $key
* @param string|int|double $value
* @param string|int|float $value
* @return ResponseFuture<StorageSetResponse>
*/
public function set(string $storeName, string $key, $value): ResponseFuture
Expand Down

0 comments on commit 6ae58a1

Please sign in to comment.