mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
gen_stub: remove unused SimpleType::void()
This commit is contained in:
parent
ad92965474
commit
c2ecb71dbb
1 changed files with 0 additions and 5 deletions
|
@ -357,11 +357,6 @@ class SimpleType {
|
|||
return new SimpleType("object", true);
|
||||
}
|
||||
|
||||
public static function void(): SimpleType
|
||||
{
|
||||
return new SimpleType("void", true);
|
||||
}
|
||||
|
||||
protected function __construct(string $name, bool $isBuiltin) {
|
||||
$this->name = $name;
|
||||
$this->isBuiltin = $isBuiltin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue