Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 26, 2024
1 parent f4b17ce commit a23cd9f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;
use Twig\Environment;

class MissingExtensionSuggestorPass implements CompilerPassInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/ExtensionSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use Twig\Extension\GlobalsInterface;
use Twig\Extension\StagingExtension;
use Twig\Node\Expression\AbstractExpression;
use Twig\Node\Expression\Binary\AbstractBinary;
use Twig\Node\Expression\Unary\AbstractUnary;
use Twig\NodeVisitor\NodeVisitorInterface;
use Twig\TokenParser\TokenParserInterface;

Expand Down
2 changes: 1 addition & 1 deletion src/Node/Expression/Binary/MatchesBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use Twig\Compiler;
use Twig\Error\SyntaxError;
use Twig\Node\Node;
use Twig\Node\Expression\ConstantExpression;
use Twig\Node\Node;

class MatchesBinary extends AbstractBinary
{
Expand Down
1 change: 0 additions & 1 deletion src/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace Twig;

use Twig\Error\Error;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;

/**
Expand Down

0 comments on commit a23cd9f

Please sign in to comment.