mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Add missing unit test
This commit is contained in:
@@ -26,7 +26,7 @@ final class IpAddressUtils
|
||||
* Matching will happen as follows:
|
||||
* * Static IP address -> strict equality with provided IP address.
|
||||
* * CIDR block -> provided IP address is part of that block.
|
||||
* * Wildcard -> static parts match the corresponding ones in provided IP address.
|
||||
* * Wildcard pattern -> static parts match the corresponding ones in provided IP address.
|
||||
*
|
||||
* @param string[] $groups
|
||||
* @throws InvalidIpFormatException
|
||||
|
||||
Reference in New Issue
Block a user