* zin: fix method name.
This commit is contained in:
@@ -30,7 +30,7 @@ class h extends node
|
||||
return $tagName === null ? '' : $tagName;
|
||||
}
|
||||
|
||||
public function type(): string
|
||||
public function fullType(): string
|
||||
{
|
||||
return 'h::' . $this->tagName();
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ class text extends node
|
||||
'html' => '?bool',
|
||||
);
|
||||
|
||||
public function type(): string
|
||||
public function fullType(): string
|
||||
{
|
||||
return 'node::' . $this->type();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user