GravityPDF / querypath

A fork of QueryPath: a PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
Other
21 stars 2 forks source link

Improve type hinting on primary functions #37

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

The html5qp() function wasn't correctly type hinted + the signature didn't match qp() or htmlqp(), and this PR fixes that issue. The docblock property types were tweaked/added in the primary functions, and their QueryPath class equivalent, to better match the inputs / return values.

Pull Request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?