We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SimpleType::void()
1 parent ad92965 commit c2ecb71Copy full SHA for c2ecb71
build/gen_stub.php
@@ -357,11 +357,6 @@ public static function object(): SimpleType
357
return new SimpleType("object", true);
358
}
359
360
- public static function void(): SimpleType
361
- {
362
- return new SimpleType("void", true);
363
- }
364
-
365
protected function __construct(string $name, bool $isBuiltin) {
366
$this->name = $name;
367
$this->isBuiltin = $isBuiltin;
0 commit comments