added deprecated tag for phpQuery::newDocument()

for highlightin in IDE
This commit is contained in:
Andreas Gohr 2023-04-05 14:21:42 +02:00
parent fac3e3ef7b
commit 6b8df285fc
1 changed files with 1 additions and 0 deletions

View File

@ -4623,6 +4623,7 @@ abstract class phpQuery {
* Creates new document from markup.
* Chainable.
*
* @deprecated Use \DOMWrap\Document instead
* @param unknown_type $markup
* @return phpQueryObject|QueryTemplatesSource|QueryTemplatesParse|QueryTemplatesSourceQuery
*/