Skip to content

Commit

Permalink
Remove wrong given argument on debug_backtrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambe committed Jan 15, 2025
1 parent 7dd9069 commit f3c762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ $backtrace = new Backtrace(
frame_identifiers: new InMemoryFrameIdentifiers(),
);

$backtrace->capture(debug_backtrace(true));
$backtrace->capture(debug_backtrace());
```

#### Capture Exception Frames
Expand Down

0 comments on commit f3c762f

Please sign in to comment.