Skip to content

Commit

Permalink
changelog + phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Aug 3, 2024
1 parent f637618 commit c62c6f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.0.2 under development

- no changes in this release.
- New #63: Add `IpRanges` that represents a set of IP ranges that are allowed or forbidden.

## 1.0.1 January 27, 2022

Expand Down
3 changes: 3 additions & 0 deletions src/IpRanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

use InvalidArgumentException;

/**
* `IpRanges` represents a set of IP ranges that are allowed or forbidden.
*/
final class IpRanges
{
public const ANY = 'any';
Expand Down

0 comments on commit c62c6f4

Please sign in to comment.