Skip to content

Commit 834d415

Browse files
committed
minor #18915 Update invalid return custom processor (qdequippe)
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead. Discussion ---------- Update invalid return custom processor Commits ------- 7cf9240 Update invalid return custom processor
2 parents e5295d3 + 7cf9240 commit 834d415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using a processor::
3737
try {
3838
$session = $this->requestStack->getSession();
3939
} catch (SessionNotFoundException $e) {
40-
return;
40+
return $record;
4141
}
4242
if (!$session->isStarted()) {
4343
return $record;

0 commit comments

Comments
 (0)