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 and nekufa committed Jan 21, 2025
1 parent c6b1a61 commit 792d5e5
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 792d5e5

Please sign in to comment.