aboutsummaryrefslogtreecommitdiff
path: root/php/src/Template.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/Template.php')
-rw-r--r--php/src/Template.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/src/Template.php b/php/src/Template.php
index 47bcf5d..bca260f 100644
--- a/php/src/Template.php
+++ b/php/src/Template.php
@@ -728,8 +728,7 @@ Filters::init();
* }
* };
*
- * # create template that converts name to lowercase and then
- * # calculates the SHA-1 digest of the result
+ * # create template which uses custom "wrap" filter"
* $tmpl = new Template('sandwich: %{meat | wrap slice heel}, taco: %{meat | wrap shell}');
*
* # run template and print result