Skip to content

Commit

Permalink
Fix: Declare object as immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 29, 2021
1 parent 4c5eada commit e0645d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Format/Indent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Ergebnis\Json\Normalizer\Exception;
use Ergebnis\Json\Normalizer\Json;

/**
* @psalm-immutable
*/
final class Indent
{
public const CHARACTERS = [
Expand Down

0 comments on commit e0645d9

Please sign in to comment.