Skip to content

Commit

Permalink
IBX-6827: Introduced Range::INF const
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Oct 22, 2023
1 parent 4c82159 commit 73f42bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

final class Range extends ValueObject
{
public const INF = null;

/**
* Beginning of the range (included).
*
Expand Down

0 comments on commit 73f42bb

Please sign in to comment.