File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/SourceLocator/SourceStubber/StubData.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\SourceLocator\SourceStubber; /** @internal */ class StubData { /** @param non-empty-string|null $extensionName */ public function __construct(private string $stub, private string|null $extensionName) { } public function getStub(): string { return $this->stub; } /** @return non-empty-string|null */ public function getExtensionName(): string|null { return $this->extensionName; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings