| 1 | <?php  | 
            ||
| 17 | final class ProdVndErrorPage extends ResourceObject  | 
            ||
| 18 | { | 
            ||
| 19 | public function __construct(Throwable $e, RouterMatch $request)  | 
            ||
| 27 | |||
| 28 | public function toString(): string  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * @return array<string, string>  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 37 | */  | 
            ||
| 38 | private function getHeader(int $code): array  | 
            ||
| 42 | |||
| 43 | /**  | 
            ||
| 44 | * @return array<string, string>  | 
            ||
| 45 | */  | 
            ||
| 46 | private function getResponseBody(Throwable $e, Status $status): array  | 
            ||
| 55 | }  | 
            ||
| 56 | 
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.