diff options
author | Urban Müller | 2023-06-19 17:22:06 +0200 |
---|---|---|
committer | Urban Müller | 2023-06-19 17:22:06 +0200 |
commit | 2479b0ce69b1ebdc5c6ddd25dae8181cec2dccfb (patch) | |
tree | 306a5078ad7228d1f86e98251619b49b67e8bdab /it_url.class | |
parent | 72365dfa65d73634ce32c97dc600463b52042ee7 (diff) | |
download | itools-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.class | 2 |
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) { |