Skip to content

DocBlocks

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 17 Jun 13:36
· 175 commits to master since this release
50534c2

Throughout the repository, all classes have received PHP Doc Block comments to describe to IDEs what types are being returned by inherited functions. This is required because of the use of DOMDocument::registerNodeClass, which has some unusual side effects with the way classes are inherited in the DOM.