Skip to content

Commit

Permalink
[AllBundles] Mark classes extending twig final
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Dec 17, 2019
1 parent 4cae385 commit 4b86856
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 4b86856

Please sign in to comment.