Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Aug 3, 2024
1 parent a0b4f9b commit 221607d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/IpRanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

use InvalidArgumentException;

use function array_key_exists;
use function array_merge;
use function array_unique;
use function strlen;
use function strpos;

/**
* `IpRanges` represents a set of IP ranges that are allowed or forbidden.
*/
Expand Down

0 comments on commit 221607d

Please sign in to comment.