Completed
Branch master (eabbbe)
by Gordon
03:50
created
code/SiteMap.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
   return $output;
30 30
  }
31 31
  
32
+ /**
33
+  * @param DataList $pages
34
+  */
32 35
  private function makeList($pages) {
33 36
   $output = "";
34 37
   if(count($pages)) {
Please login to merge, or discard this patch.