Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
webonyx
/
graphql-php
/
src
/
File Content:
Deferred.php
<?php declare(strict_types=1); namespace GraphQL; use GraphQL\Executor\Promise\Adapter\SyncPromise; /** * @phpstan-import-type Executor from SyncPromise */ class Deferred extends SyncPromise { /** @param Executor $executor */ public static function create(callable $executor): self { return new self($executor); } /** @param Executor $executor */ public function __construct(callable $executor) { parent::__construct($executor); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Error
---
0755
Executor
---
0755
Language
---
0755
Server
---
0755
Type
---
0755
Utils
---
0755
Validator
---
0755
Deferred.php
487 bytes
0644
GraphQL.php
8296 bytes
0644
N4ST4R_ID | Naxtarrr