Completed
Push — fix-php-7-build ( 481761 )
by Denis
61:29
created
src/Whoops/Run.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     /**
82 82
      * Returns an array with all handlers, in the
83 83
      * order they were added to the stack.
84
-     * @return array
84
+     * @return HandlerInterface[]
85 85
      */
86 86
     public function getHandlers()
87 87
     {
@@ -150,7 +150,6 @@  discard block
 block discarded – undo
150 150
 
151 151
     /**
152 152
      * Should Whoops allow Handlers to force the script to quit?
153
-     * @param  bool|int $exit
154 153
      * @return bool
155 154
      */
156 155
     public function allowQuit($allow = null)
@@ -235,7 +234,7 @@  discard block
 block discarded – undo
235 234
      * Handles an exception, ultimately generating a Whoops error
236 235
      * page.
237 236
      *
238
-     * @param  \Throwable $exception
237
+     * @param  ErrorException $exception
239 238
      * @return string     Output generated by handlers
240 239
      */
241 240
     public function handleException($exception)
Please login to merge, or discard this patch.