Completed
Branch master (a6481d)
by Fèvre
02:12
created
app/Exceptions/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      *
85 85
      * @param \Exception $e The exception to convert.
86 86
      *
87
-     * @return mixed
87
+     * @return \Illuminate\Http\Response|\Symfony\Component\HttpFoundation\Response
88 88
      */
89 89
     protected function convertExceptionToResponse(Exception $e)
90 90
     {
Please login to merge, or discard this patch.