Skip to content

Commit b2d22a2

Browse files
committed
[MonologBridge] RouteProcessor class is now final to ease the the removal of deprecated event
1 parent 19811b8 commit b2d22a2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Symfony/Bridge/Monolog/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.4.0
5+
-----
6+
7+
* The `RouteProcessor` class has been made final
8+
49
4.3.0
510
-----
611

src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* Adds the current route information to the log entry.
2222
*
2323
* @author Piotr Stankowski <git@trakos.pl>
24+
*
25+
* @final since Symfony 4.4
2426
*/
2527
class RouteProcessor implements EventSubscriberInterface, ResetInterface
2628
{

0 commit comments

Comments
 (0)