Skip to content

Commit c031065

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: More fixes about Twig classes namespaces
2 parents aaeb15f + 0944c6d commit c031065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ to define one single method to transform Markdown content into HTML::
7474
}
7575

7676
Next, create a new Twig extension and define a filter called ``md2html`` using
77-
the ``TwigFilter`` class. Inject the newly defined ``Markdown`` class in the
77+
the ``Twig\TwigFilter`` class. Inject the newly defined ``Markdown`` class in the
7878
constructor of the Twig extension::
7979

8080
namespace App\Twig;

0 commit comments

Comments
 (0)