From abe810de48da22fbc8e28369f50e2863291fe505 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 5 Sep 2018 22:24:05 -0400 Subject: php: fix doc typo, ruby: add tests --- php/src/Template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'php/src') 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 -- cgit v1.2.3