Skip to content

Commit 19cc887

Browse files
committed
minor #6568 fix RequestDataCollector class namespace (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- fix RequestDataCollector class namespace This fixes #6565. Commits ------- d535d32 fix RequestDataCollector class namespace
2 parents 7832d83 + d535d32 commit 19cc887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This is the built-in Symfony listener related to this event:
7777
============================================================================== ========
7878
Listener Class Name Priority
7979
============================================================================== ========
80-
:class:`Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RequestDataCollector` 0
80+
:class:`Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector` 0
8181
============================================================================== ========
8282

8383
``kernel.view``

0 commit comments

Comments
 (0)