2x faster. Who needs a Buffer instance, anyway?

This commit is contained in:
Justin Hileman
2012-03-14 00:00:00 -07:00
parent 6ed1f68e68
commit 367013f01c
6 changed files with 32 additions and 263 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class TemplateStub extends Template {
return $this->mustache;
}
public function renderInternal(Context $context) {
public function renderInternal(Context $context, $indent = '', $escape = false) {
return $this->rendered;
}
}