Browse Source

removing old todo

Dan Miller 12 năm trước cách đây
mục cha
commit
9cb926a607
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Mustache/Template.php

+ 0 - 1
src/Mustache/Template.php

@@ -61,7 +61,6 @@ abstract class Mustache_Template
      * @param mixed $context Array or object rendering context (default: array())
      *
      * @return string Rendered template
-     * TODO construct a parent context stack here and pass it in
      */
     public function render($context = array())
     {