8000 minor #39016 [HttpKernel] Marked the class DebugHandlersListener as i… · symfony/symfony@d07b951 · GitHub
[go: up one dir, main page]

Skip to content

Commit d07b951

Browse files
minor #39016 [HttpKernel] Marked the class DebugHandlersListener as internal (lyrixx)
This PR was merged into the 5.3-dev branch. Discussion ---------- [HttpKernel] Marked the class DebugHandlersListener as internal | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 1ee7e4c [HttpKernel] Marked the class `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` as internal
2 parents 620ee34 + 1ee7e4c commit d07b951

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

UPGRADE-5.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Form
1313
* Deprecated passing an array as the second argument of the `RadioListMapper::mapDataToForms()` method, pass `\Traversable` instead.
1414
* Deprecated passing an array as the first argument of the `RadioListMapper::mapFormsToData()` method, pass `\Traversable` instead.
1515

16+
HttpKernel
17+
----------
18+
19+
* Marked the class `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` as internal
20+
1621
Security
1722
--------
1823

src/Symfony/Component/HttpKernel/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+
5.3.0
5+
-----
6+
7+
* marked the class `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` as internal
8+
49
5.2.0
510
-----
611

src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
* @author Nicolas Grekas <p@tchwork.com>
2828
*
2929
* @final
30+
*
31+
* @internal since Symfony 5.3
3032
*/
3133
class DebugHandlersListener implements EventSubscriberInterface
3234
{

0 commit comments

Comments
 (0)
0