| 1 | <?php | ||
| 19 | final class Bootstrap | ||
| 20 | { | ||
| 21 | /** | ||
| 22 | * @psalm-param Globals $globals | ||
| 23 | * @psalm-param Server $server | ||
| 24 | * @phpstan-param array<string, mixed> $globals | ||
| 25 | * @phpstan-param array<string, mixed> $server | ||
| 26 | * | ||
| 27 | * @return 0|1 | ||
|  | |||
| 28 | */ | ||
| 29 | public function __invoke(string $context, array $globals, array $server): int | ||
| 53 | } | ||
| 54 | 
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.