Completed
Pull Request — master (#640)
by Michał
01:37
created
src/Whoops/Run.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      * - appendHandler to add handler to be executed as last (add to the top of the stack)
140 140
      * - prependHandler to add the handler to be executed as first (add to the bottom of the stack)
141 141
      *
142
-     * @return array
142
+     * @return HandlerInterface[]
143 143
      */
144 144
     public function getHandlers()
145 145
     {
@@ -304,7 +304,7 @@  discard block
 block discarded – undo
304 304
      * Handles an exception, ultimately generating a Whoops error
305 305
      * page.
306 306
      *
307
-     * @param  \Throwable $exception
307
+     * @param  ErrorException $exception
308 308
      * @return string     Output generated by handlers
309 309
      */
310 310
     public function handleException($exception)
Please login to merge, or discard this patch.