Skip to content

Commit fbfac78

Browse files
authored
Syntax error in doc
This code sample in advanced.rst is not highlighted in php because the second semicolon is missing
1 parent 0ee1c70 commit fbfac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ An extension is a class that implements the following interface::
660660

661661
To keep your extension class clean and lean, inherit from the built-in
662662
``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides
663-
empty implementations for all methods:
663+
empty implementations for all methods::
664664

665665
class Project_Twig_Extension extends \Twig\Extension\AbstractExtension
666666
{

0 commit comments

Comments
 (0)