From a17556157496b9a3798c8d750c9b25c5d025fcca Mon Sep 17 00:00:00 2001 From: "J. King" Date: Tue, 3 Sep 2019 13:26:00 -0400 Subject: [PATCH] Documentation corrections --- lib/Misc/URL.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Misc/URL.php b/lib/Misc/URL.php index bbb0b59..0b0d8d4 100644 --- a/lib/Misc/URL.php +++ b/lib/Misc/URL.php @@ -18,13 +18,14 @@ class URL { * - Lowercasing scheme * - Lowercasing ASCII host names * - IDN normalization + * - IPv6 address normalization * - Resolution of relative path segments * - Discarding empty path segments * - Discarding empty queries - * - %-encoding normalization + * - Generic percent-encoding normalization * - Fragment discarding * - * It does NOT perform IPv6 address normalization, nor does it drop trailing slashes from paths + * It does NOT drop trailing slashes from paths, nor does it perform Unicode normalization or context-aware percent-encoding normalization * * @param string $url The URL to normalize. Relative URLs are returned unchanged * @param string $u Username to add to the URL, replacing any existing credentials