Skip to content

Commit

Permalink
Merge pull request #470 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 30, 2021
2 parents 5195090 + f2264af commit a50c6f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Construct.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

namespace Ergebnis\Classy;

/**
* @psalm-immutable
*/
final class Construct
{
/**
Expand Down

0 comments on commit a50c6f6

Please sign in to comment.