Completed
Push — master ( 583072...ecbc8f )
by Denis
01:20 queued 11s
created
src/Whoops/Run.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Returns an array with all handlers, in the
75 75
      * order they were added to the stack.
76
-     * @return array
76
+     * @return HandlerInterface[]
77 77
      */
78 78
     public function getHandlers()
79 79
     {
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
      * Handles an exception, ultimately generating a Whoops error
228 228
      * page.
229 229
      *
230
-     * @param  \Throwable $exception
230
+     * @param  ErrorException $exception
231 231
      * @return string     Output generated by handlers
232 232
      */
233 233
     public function handleException($exception)
Please login to merge, or discard this patch.