Completed
Pull Request — master (#632)
by Markus
02:42
created
src/Whoops/Run.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Returns an array with all handlers, in the
127 127
      * order they were added to the queue.
128
-     * @return array
128
+     * @return HandlerInterface[]
129 129
      */
130 130
     public function getHandlers()
131 131
     {
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
      * Handles an exception, ultimately generating a Whoops error
291 291
      * page.
292 292
      *
293
-     * @param  \Throwable $exception
293
+     * @param  ErrorException $exception
294 294
      * @return string     Output generated by handlers
295 295
      */
296 296
     public function handleException($exception)
Please login to merge, or discard this patch.