Skip to content

Commit

Permalink
Update Entry.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 013e432 commit 4043520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeyValue/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct(
public readonly string $key,
public readonly mixed $value,
public readonly int $revision,
public readonly string $time="",
public readonly string $time = "",
) {
}
}

0 comments on commit 4043520

Please sign in to comment.