Remove NodeCaptureInterface from TypesNode

This was accidentally copied from SetNode
This commit is contained in:
Ruud Kamphuis
2024-08-29 19:39:20 +02:00
committed by GitHub
parent 70b912fa10
commit 5e3f9d9f26
+1 -1
View File
@@ -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