Skip to content

Commit

Permalink
Merge pull request #2542 from acrobat/twig-final-classes
Browse files Browse the repository at this point in the history
[AllBundles] Mark classes extending twig final
  • Loading branch information
acrobat authored Jan 10, 2020
2 parents 3dc4851 + 4b86856 commit a129728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Twig/UtilitiesTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
use Twig\Extension\AbstractExtension;
use Twig\TwigFilter;

/**
* @final since 5.4
*/
class UtilitiesTwigExtension extends AbstractExtension
{
/**
Expand Down

0 comments on commit a129728

Please sign in to comment.