Skip to content

Commit

Permalink
Declare class readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 29, 2024
1 parent a083a44 commit 92f21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exporter.php
Expand Up @@ -34,7 +34,7 @@
use SplObjectStorage;
use UnitEnum;

final class Exporter
final readonly class Exporter
{
/**
* Exports a value as a string.
Expand Down

0 comments on commit 92f21fd

Please sign in to comment.