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 dfdedbd

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

File tree

2 files changed

+9
-0
lines changed
Filter options

2 files changed

+9
-0
lines changed

‎UPGRADE-5.3.md

Copy file name to clipboard
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
UPGRADE FROM 5.2 to 5.3
2+
=======================
3+
4+
HttpKernel
5+
----------
6+
7+
* Marked the class `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` as internal

‎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
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.