mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-08 08:26:46 +00:00
#4677: Add use statements for classes referenced in the getOperators @psalm-return doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user