Skip to content

Commit

Permalink
Merge pull request #31 from simPod/mark-interval-type-immmutable
Browse files Browse the repository at this point in the history
Mark IntervalType as immutable
  • Loading branch information
peter-gribanov authored Sep 30, 2021
2 parents 20b7dca + a62b7a1 commit 595fa08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IntervalType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @see https://en.wikipedia.org/wiki/Interval_(mathematics)
* @psalm-immutable
*/
final class IntervalType
{
Expand Down

0 comments on commit 595fa08

Please sign in to comment.