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 290c7eb

Browse filesBrowse files
committed
Rename the command DebugCommand
1 parent 9847b83 commit 290c7eb
Copy full SHA for 290c7eb

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<tag name="console.command" command="messenger:consume-messages" />
7878
</service>
7979

80-
<service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\MessengerDebugCommand">
80+
<service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
8181
<argument type="collection" /> <!-- Message to handlers mapping -->
8282
<tag name="console.command" command="debug:messenger" />
8383
</service>

‎src/Symfony/Component/Messenger/Command/MessengerDebugCommand.php renamed to ‎src/Symfony/Component/Messenger/Command/DebugCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/DebugCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @experimental in 4.1
2525
*/
26-
class MessengerDebugCommand extends Command
26+
class DebugCommand extends Command
2727
{
2828
protected static $defaultName = 'debug:messenger';
2929

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.