Completed
Push — master ( 3f2ac7...f065be )
by Dylan
02:41
created
tests/AutomatedLinkTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * Renders the passed $page and returns all links found if any
80 80
      *
81 81
      * @param SiteTree $page
82
-     * @return DOMNameList
82
+     * @return DOMNodeList
83 83
      */
84 84
     public static function getLinksFromPage(SiteTree $page){
85 85
         $dom = self::getPageDOM($page);
Please login to merge, or discard this patch.