Skip to content

Commit ad92965

Browse files
DanielEScherzerkocsismate
authored andcommitted
gen_stub: remove unused VariableLike::getVariableTypeCode()
1 parent 6ef58da commit ad92965

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build/gen_stub.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,8 +2385,6 @@ public function __construct(
23852385
$this->exposedDocComment = $exposedDocComment;
23862386
}
23872387

2388-
abstract protected function getVariableTypeCode(): string;
2389-
23902388
abstract protected function getVariableTypeName(): string;
23912389

23922390
abstract protected function getFieldSynopsisDefaultLinkend(): string;
@@ -2601,11 +2599,6 @@ protected function getVariableTypeName(): string
26012599
return "constant";
26022600
}
26032601

2604-
protected function getVariableTypeCode(): string
2605-
{
2606-
return "const";
2607-
}
2608-
26092602
protected function getFieldSynopsisDefaultLinkend(): string
26102603
{
26112604
$className = str_replace(["\\", "_"], ["-", "-"], $this->name->class->toLowerString());
@@ -3038,11 +3031,6 @@ public function __construct(
30383031
parent::__construct($flags, $type, $phpDocType, $link, $phpVersionIdMinimumCompatibility, $attributes, $exposedDocComment);
30393032
}
30403033

3041-
protected function getVariableTypeCode(): string
3042-
{
3043-
return "property";
3044-
}
3045-
30463034
protected function getVariableTypeName(): string
30473035
{
30483036
return "property";

0 commit comments

Comments
 (0)