@@ -98,6 +98,9 @@ discard block |
||
98 | 98 | return $this->getStatusCodeFromThrowable($exception); |
99 | 99 | } |
100 | 100 | |
101 | + /** |
|
102 | + * @param integer $code |
|
103 | + */ |
|
101 | 104 | private function createViewFromThrowable(\Throwable $exception, $code, array $templateData): View |
102 | 105 | { |
103 | 106 | $view = new View($exception, $code, $exception instanceof HttpExceptionInterface ? $exception->getHeaders() : []); |
@@ -133,6 +136,7 @@ discard block |
||
133 | 136 | * This code comes from Symfony and should be synchronized on a regular basis |
134 | 137 | * see src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php |
135 | 138 | * |
139 | + * @param null|string $startObLevel |
|
136 | 140 | * @return string |
137 | 141 | */ |
138 | 142 | private function getAndCleanOutputBuffering($startObLevel) |