Skip to content

Commit 4d134cc

Browse files
committed
[#8308] fix commands order
1 parent 9c8c1ba commit 4d134cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debug/debugging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ that can help you visualize and find the information.
7474
``debug:config``
7575
Shows all configured bundles, their class and their alias.
7676

77+
``debug:event-dispatcher``
78+
Displays information about all the registered listeners in the event dispatcher.
79+
7780
``debug:router``
7881
Displays information about all configured routes in the application as a
7982
table with the name, method, scheme, host and path for each route.
@@ -83,9 +86,6 @@ that can help you visualize and find the information.
8386
fallback translation for all known messages, if translations exist for
8487
the given locale.
8588

86-
``debug:event-dispatcher``
87-
Displays information about all the registered listeners in the event dispatcher.
88-
8989
.. tip::
9090

9191
When in doubt how to use a console command, open the help section by

0 commit comments

Comments
 (0)