DocBlocks
Pre-release
Pre-release
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.