Skip to content

Commit b2a4f56

Browse files
typo (#459)
1 parent 6f7e1c3 commit b2a4f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ try {
225225
} catch (Exception $e) {
226226
Debugger::log($e); // log exception
227227
// or
228-
Debugger::log($e, Debugger::ERROR) // also sends an email notification
228+
Debugger::log($e, Debugger::ERROR); // also sends an email notification
229229
}
230230
```
231231

0 commit comments

Comments
 (0)