diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-05 22:24:05 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-05 22:24:18 -0400 |
commit | abe810de48da22fbc8e28369f50e2863291fe505 (patch) | |
tree | 3b15905a8ab7f8254d7251bed7c3e84084cdb14b /php | |
parent | ff3344c570a8200c2a5933ae6790e24611008bbf (diff) | |
download | luigi-template-abe810de48da22fbc8e28369f50e2863291fe505.tar.bz2 luigi-template-abe810de48da22fbc8e28369f50e2863291fe505.zip |
php: fix doc typo, ruby: add tests
Diffstat (limited to 'php')
-rw-r--r-- | php/src/Template.php | 3 |
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 |