Skip to content

Commit

Permalink
Merge pull request #28036 from sebdesign/5.8
Browse files Browse the repository at this point in the history
[5.8] Accept throwable in report helper typehint
  • Loading branch information
taylorotwell authored Mar 28, 2019
2 parents 8d3ef34 + 5681fdb commit f1652c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ function redirect($to = null, $status = 302, $headers = [], $secure = null)
/**
* Report an exception.
*
* @param \Exception $exception
* @param \Throwable $exception
* @return void
*/
function report($exception)
Expand Down

0 comments on commit f1652c7

Please sign in to comment.