8000 [HttpKernel] Marked the class `Symfony\Component\HttpKernel\EventList… · symfony/symfony@e531d67 · GitHub
[go: up one dir, main page]

Skip to content

Commit e531d67

Browse files
committed
[HttpKernel] Marked the class Symfony\Component\HttpKernel\EventListener\DebugHandlersListener as internal
1 parent 4da4f50 commit e531d67

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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/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