Commit 72267c7b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1200 Added dots to the end of phrases.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 3ce86ab3
......@@ -685,8 +685,8 @@ class Request {
}
/**
* If $input is a valid IPv4 or IPv6 address, returns a valid compact IPv4 or IPv6 address string
* Otherwise, it will strip all characters that are neither numerical or '.' and prefix with "bad-ip"
* If $input is a valid IPv4 or IPv6 address, returns a valid compact IPv4 or IPv6 address string.
* Otherwise, it will strip all characters that are neither numerical or '.' and prefix with "bad-ip".
*
* @param string $input The ipv4/ipv6 address
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment