diff --git a/composer.json b/composer.json index b0bf429..7a418a5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords":["QueryList","phpQuery","spider"], "homepage": "http://querylist.cc", "require": { - "PHP":">=7.0", + "PHP":">=7.1", "jaeger/phpquery-single": "^1", "tightenco/collect": "^5", "jaeger/g-http": "^1.1", diff --git a/src/QueryList.php b/src/QueryList.php index 7d69e3b..e54d99c 100644 --- a/src/QueryList.php +++ b/src/QueryList.php @@ -23,7 +23,7 @@ use QL\Services\MultiRequestService; * Class QueryList * @package QL * - * @method string getHtml() + * @method string getHtml($rel = true) * @method QueryList setHtml($html) * @method QueryList html($html) * @method Dom\Elements find($selector)