Skip to content

Commit 7cf9240

Browse files
qdequippejaviereguiluz
authored andcommitted
Update invalid return custom processor
1 parent e5295d3 commit 7cf9240

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)