Syntax error in doc

This code sample in advanced.rst is not highlighted in php because the second semicolon is missing
This commit is contained in:
JakeFr
2020-01-13 08:58:15 +01:00
committed by GitHub
parent 0ee1c7081c
commit fbfac78fbd
+1 -1
View File
@@ -660,7 +660,7 @@ An extension is a class that implements the following interface::
To keep your extension class clean and lean, inherit from the built-in
``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides
empty implementations for all methods:
empty implementations for all methods::
class Project_Twig_Extension extends \Twig\Extension\AbstractExtension
{