summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
authorUrban Müller2023-06-19 17:22:06 +0200
committerUrban Müller2023-06-19 17:22:06 +0200
commit2479b0ce69b1ebdc5c6ddd25dae8181cec2dccfb (patch)
tree306a5078ad7228d1f86e98251619b49b67e8bdab /it_url.class
parent72365dfa65d73634ce32c97dc600463b52042ee7 (diff)
downloaditools-2479b0ce69b1ebdc5c6ddd25dae8181cec2dccfb.tar.gz
itools-2479b0ce69b1ebdc5c6ddd25dae8181cec2dccfb.tar.bz2
itools-2479b0ce69b1ebdc5c6ddd25dae8181cec2dccfb.zip
avoid false pos in check for deprecated funcs
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index 4d21eaf..d66125d 100644
--- a/it_url.class
+++ b/it_url.class
@@ -943,7 +943,7 @@ static function _params($params, $keys = null, $finalize = true)
/**
- * Similar to it::parse_str() but leaves . and space in arg names intact
+ * Similar to it::parse_str but leaves . and space in arg names intact
*/
static function parse_str($query)
{