Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e531d67

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

File tree

2 files changed

+7
-0
lines changed
Filter options

2 files changed

+7
-0
lines changed

‎UPGRADE-5.3.md

Copy file name to clipboardExpand all lines: UPGRADE-5.3.md
+5Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.