Skip to content

Commit e9172d7

Browse files
committed
Attribute Node should not be a statement
1 parent 0156969 commit e9172d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Node/Stmt/Attribute/AttributeNode.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
namespace TypeLang\Parser\Node\Stmt\Attribute;
66

77
use TypeLang\Parser\Node\Name;
8-
use TypeLang\Parser\Node\Statement;
8+
use TypeLang\Parser\Node\Node;
99

10-
final class AttributeNode extends Statement
10+
final class AttributeNode extends Node
1111
{
1212
public function __construct(
1313
public Name $name,

0 commit comments

Comments
 (0)