Skip to content

Commit 34660b1

Browse files
committed
verify cs
1 parent ede3ae7 commit 34660b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Handler/Logging.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ public function handleErrorException(Throwable $t, RequestInterface $request) :
227227
$collectedExceptionData['errorMessage'],
228228
$extra['url'],
229229
$collectedExceptionData['errorType']
230-
)
231-
) {
230+
)) {
232231
return;
233232
}
234233

0 commit comments

Comments
 (0)