Skip to content

Commit 15465df

Browse files
committed
Use CPP
1 parent ecd3048 commit 15465df

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

logging/processors.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ using a processor::
2525

2626
class SessionRequestProcessor
2727
{
28-
private $requestStack;
29-
30-
public function __construct(RequestStack $requestStack)
31-
{
32-
$this->requestStack = $requestStack;
28+
public function __construct(
29+
private RequestStack $requestStack
30+
) {
3331
}
3432

3533
// this method is called for each log record; optimize it to not hurt performance

0 commit comments

Comments
 (0)