From 9646364476b8b3550ac7741a3f1a0323d089a726 Mon Sep 17 00:00:00 2001 From: Amrouche Hamza Date: Wed, 29 May 2019 19:05:37 +0200 Subject: [PATCH] [MonologBridge] RouteProcessor class is now final to ease the the removal of deprecated event --- UPGRADE-4.4.md | 7 ++++++- UPGRADE-5.0.md | 5 +++++ src/Symfony/Bridge/Monolog/CHANGELOG.md | 5 +++++ src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php | 2 ++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPGRADE-4.4.md b/UPGRADE-4.4.md index 939139b15efd1..e9cee836e78d7 100644 --- a/UPGRADE-4.4.md +++ b/UPGRADE-4.4.md @@ -25,8 +25,13 @@ DependencyInjection factory: ['@factory_service', method] ``` +MonologBridge +-------------- + +* The `RouteProcessor` has been marked final. + TwigBridge ---------- * Deprecated to pass `$rootDir` and `$fileLinkFormatter` as 5th and 6th argument respectively to the - `DebugCommand::__construct()` method, swap the variables position. + `DebugCommand::__construct()` method, swap the variables position. \ No newline at end of file diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index 9ca6b3353bc30..49ccf3aa0bd2c 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -275,6 +275,11 @@ Monolog * The methods `DebugProcessor::getLogs()`, `DebugProcessor::countErrors()`, `Logger::getLogs()` and `Logger::countErrors()` have a new `$request` argument. +MonologBridge +-------------- + +* The `RouteProcessor` class is final. + Process ------- diff --git a/src/Symfony/Bridge/Monolog/CHANGELOG.md b/src/Symfony/Bridge/Monolog/CHANGELOG.md index 8b519c9f31104..20f0dc788b709 100644 --- a/src/Symfony/Bridge/Monolog/CHANGELOG.md +++ b/src/Symfony/Bridge/Monolog/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +4.4.0 +----- + +* The `RouteProcessor` class has been made final + 4.3.0 ----- diff --git a/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php b/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php index 0160754ad9575..09507b55e7fb2 100644 --- a/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php +++ b/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php @@ -21,6 +21,8 @@ * Adds the current route information to the log entry. * * @author Piotr Stankowski + * + * @final since Symfony 4.4 */ class RouteProcessor implements EventSubscriberInterface, ResetInterface { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy