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 accuracy of types in DocBlocks #42

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

Not all DocBlocks had accurate type hints. Also adds a missing docblock to DomQuery::insertAfter()

Pull Request type

Please check the type of change your PR introduces:

codecov[bot] commented 1 year ago

Codecov Report

Merging #42 (d264d91) into main (4280f56) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #42   +/-   ##
=========================================
  Coverage     88.40%   88.40%           
  Complexity     1349     1349           
=========================================
  Files            26       26           
  Lines          3088     3088           
=========================================
  Hits           2730     2730           
  Misses          358      358           
Impacted Files Coverage Δ
src/DOMQuery.php 82.00% <ø> (ø)
src/Helpers/QueryMutators.php 95.34% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.