mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
Remove NodeCaptureInterface from TypesNode
This was accidentally copied from SetNode
This commit is contained in:
@@ -11,7 +11,7 @@ use Twig\Compiler;
|
||||
* @author Jeroen Versteeg <jeroen@alisqi.com>
|
||||
*/
|
||||
#[YieldReady]
|
||||
class TypesNode extends Node implements NodeCaptureInterface
|
||||
class TypesNode extends Node
|
||||
{
|
||||
/**
|
||||
* @param array<string, array{type: string, optional: bool}> $types
|
||||
|
||||
Reference in New Issue
Block a user