php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

Added return type to offsetGet method

Open omidfarahani opened this issue 1 year ago • 1 comments

Added return type to offsetGet method in PHPHtmlParser/Dom/Node/Collection class in order to fix deprecation notice caused by return type mismatch between the class and ArrayAccess interface

omidfarahani avatar Nov 07 '23 14:11 omidfarahani

See also #291 (which fixes the deprecation notice in a different way).

star-szr avatar Feb 01 '24 18:02 star-szr