aboutsummaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-05 22:24:05 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-05 22:24:18 -0400
commitabe810de48da22fbc8e28369f50e2863291fe505 (patch)
tree3b15905a8ab7f8254d7251bed7c3e84084cdb14b /php/src
parentff3344c570a8200c2a5933ae6790e24611008bbf (diff)
downloadluigi-template-abe810de48da22fbc8e28369f50e2863291fe505.tar.bz2
luigi-template-abe810de48da22fbc8e28369f50e2863291fe505.zip
php: fix doc typo, ruby: add tests
Diffstat (limited to 'php/src')
-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