From 8d000a5075c1e09864bcca7df08fa4867a50ee74 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 31 Oct 2018 10:21:44 +0100 Subject: [PATCH] Fixed a minor RST syntax issue --- templating/twig_extension.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templating/twig_extension.rst b/templating/twig_extension.rst index 8d3630cdf72..36b9d8cce79 100644 --- a/templating/twig_extension.rst +++ b/templating/twig_extension.rst @@ -58,8 +58,8 @@ Create a class that extends ``AbstractExtension`` and fill in the logic:: } } -If you want to create a function instead of a filter, define the ``getFunctions()`` -method: +If you want to create a function instead of a filter, define the +``getFunctions()`` method:: // src/Twig/AppExtension.php namespace App\Twig;