Skip to content

Commit b3d1030

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Add implements ProcessorInterface
2 parents d701f50 + 6bd5c52 commit b3d1030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging/processors.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ using a processor::
2020
namespace App\Logger;
2121

2222
use Monolog\LogRecord;
23+
use Monolog\Processor\ProcessorInterface;
2324
use Symfony\Component\HttpFoundation\Exception\SessionNotFoundException;
2425
use Symfony\Component\HttpFoundation\RequestStack;
2526

26-
class SessionRequestProcessor
27+
class SessionRequestProcessor implements ProcessorInterface
2728
{
2829
public function __construct(
2930
private RequestStack $requestStack

0 commit comments

Comments
 (0)