summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2024-05-07 14:30:42 +0200
committerChristian Schneider2024-05-07 14:30:42 +0200
commit35ba47b62955d06f4e322f64d8bd8e7faba31081 (patch)
treebd0a3537809a7627e666496cb793d31fe4df4b04
parent479163befe8bb539ba691b1ff6e0b6f455e4b26b (diff)
downloaditools-35ba47b62955d06f4e322f64d8bd8e7faba31081.tar.gz
itools-35ba47b62955d06f4e322f64d8bd8e7faba31081.tar.bz2
itools-35ba47b62955d06f4e322f64d8bd8e7faba31081.zip
Fix documentation: Assoc now always returns array with status
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index c122aeb..ce33c45 100644
--- a/it_url.class
+++ b/it_url.class
@@ -116,7 +116,7 @@ static function _postprocess($data, $p)
* @param $p['postprocess'] function called with content and $p which has it_error. returns content or null (which triggers retry)
* @param $p['followlocation']Follow redirects [true]
*
- * @return Content of resulting page (considering redirects, excluding headers or false on error) or array (empty on error) if 'assoc' => true
+ * @return Content of resulting page (considering redirects, excluding headers or false on error) or array if 'assoc' => true
*/
static function get($p = [])
{