Skip to content

Commit

Permalink
Merge pull request #606 from ergebnis/fix/immutable
Browse files Browse the repository at this point in the history
Fix: Declare object as immutable
  • Loading branch information
localheinz committed Dec 29, 2021
2 parents 8eb63ff + e0645d9 commit ddd3616
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 ddd3616

Please sign in to comment.