Skip to content

Commit

Permalink
fix: edit style
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Aug 1, 2022
1 parent b9786e6 commit 2514400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Monolog.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
require __DIR__.'/ErrorHandlerExample.php';

$test = new ErrorHandlerExample();
$test->testInitLogger(3);

$test->testInitLogger(3);
$test->testCaptureMessageForLogger('测试', 'error');
2 changes: 1 addition & 1 deletion examples/Sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
require __DIR__.'/ErrorHandlerExample.php';

$test = new ErrorHandlerExample();
$test->testInitForSentry(3);

$test->testInitForSentry(3);
$test->testCaptureMessageForSentry('测试', 'error');

0 comments on commit 2514400

Please sign in to comment.