Completed
Push — master ( 3a58ae...412d43 )
by Christian
08:50 queued 33s
created
Controller/ExceptionController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.