Skip to content

Commit

Permalink
Remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed May 2, 2024
1 parent 20117ed commit f175310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlareMiddleware/AddExceptionHandledStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class AddExceptionHandledStatus implements FlareMiddleware
{
public function handle(Report $report, Closure $next): Closure
public function handle(Report $report, Closure $next)
{
$frames = Backtrace::create()->limit(40)->frames();
$frameCount = count($frames);
Expand Down

0 comments on commit f175310

Please sign in to comment.