diff options
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 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 = []) { |