Skip to content

Commit

Permalink
Update Bucket.php
Browse files Browse the repository at this point in the history
Coding style fix
  • Loading branch information
izytechAB authored Jan 20, 2025
1 parent 4043520 commit 4a06e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeyValue/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getEntry(string $key): ?Entry
$revision = $response->message->seq;
$value = base64_decode($response->message->data);

return new Entry($this->name, $key, $value, $revision,$response->message->time);
return new Entry($this->name, $key, $value, $revision, $response->message->time);

}

Expand Down

0 comments on commit 4a06e30

Please sign in to comment.