Skip to content

Commit

Permalink
Make key class a readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
h1karo committed Dec 2, 2023
1 parent 0d3719f commit 6797e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Key/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
/**
* @author Oleg Kozlov <h1karo@remessage.ru>
*/
class Key implements KeyInterface
readonly class Key implements KeyInterface
{
private readonly Collection $collection;
private Collection $collection;

public function __construct(array $parameters)
{
Expand Down

0 comments on commit 6797e66

Please sign in to comment.