1 | <?php |
||
21 | final class Bootstrap |
||
22 | { |
||
23 | /** @var string */ |
||
24 | private $appDir; |
||
25 | |||
26 | public function __construct(AbstractAppMeta $meta) |
||
30 | |||
31 | /** |
||
32 | * @psalm-param Globals $globals |
||
33 | * @psalm-param Server $server |
||
34 | * @phpstan-param array<string, mixed> $globals |
||
35 | * @phpstan-param array<string, mixed> $server |
||
36 | * |
||
37 | * @return 0|1 |
||
|
|||
38 | */ |
||
39 | public function __invoke(string $appName, string $context, array $globals, array $server): int |
||
59 | } |
||
60 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.