File manager - Edit - /var/www/payraty/helpdesk/vendor/jetbrains/phpstorm-stubs/tests/Parsers/DocFactoryProvider.php
Back
<?php declare(strict_types=1); namespace StubTests\Parsers; use phpDocumentor\Reflection\DocBlockFactory; use StubTests\Model\Tags\RemovedTag; class DocFactoryProvider { private static ?DocBlockFactory $docFactory = null; public static function getDocFactory(): DocBlockFactory { if (self::$docFactory === null) { self::$docFactory = DocBlockFactory::createInstance(['removed' => RemovedTag::class]); } return self::$docFactory; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings