#4677: Add use statements for classes referenced in the getOperators @psalm-return doc

This commit is contained in:
Kevin van Sonsbeek
2025-08-04 21:13:52 +02:00
parent e05e818761
commit 8c78952757
+3
View File
@@ -11,8 +11,11 @@
namespace Twig\Extension;
use Twig\ExpressionParser;
use Twig\ExpressionParser\ExpressionParserInterface;
use Twig\ExpressionParser\PrecedenceChange;
use Twig\Node\Expression\Binary\AbstractBinary;
use Twig\Node\Expression\Unary\AbstractUnary;
use Twig\NodeVisitor\NodeVisitorInterface;
use Twig\TokenParser\TokenParserInterface;
use Twig\TwigFilter;