template.responsive
template.responsive copied to clipboard
Page not found for native PHP classes
/**
- Look at my horse, my horse is amazing.
- @param DOMNode $node DOMNode object
- @return boolean */
The generated documentation creates a link for the DOMNode class. But in this case, the link points to a 404 page. I think that phpdoc shouldn't create links for native PHP classes.
Thanks.
The 404 should be resolved; in this project we do prefer to link to the PHP core manuak as that will help people with clicking though and has always been like this historically.