Open omidfarahani opened 1 year ago
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
See also #291 (which fixes the deprecation notice in a different way).
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