IPv6 Debug typo (#14162)

This commit is contained in:
Peca Nesovanovic
2022-07-30 13:27:16 +02:00
committed by GitHub
parent 7b868982d5
commit 5dd23f7d7d

View File

@@ -42,7 +42,7 @@ class IPv6 extends IP
[$this->ip, $this->cidr] = $this->extractCidr($ipv6);
if (! self::isValid($this->ip)) {
throw new InvalidIpException("$ipv6 is not a valid ipv4 address");
throw new InvalidIpException("$ipv6 is not a valid ipv6 address");
}
$this->ip = $this->compressed(); // store in compressed format