Skip to content

Commit c5de318

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Use CPP
2 parents 888d429 + 15465df commit c5de318

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)