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 a93e265

Browse filesBrowse files
committed
minor
1 parent 937f8e9 commit a93e265
Copy full SHA for a93e265

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,8 +1161,8 @@ to retry them:
11611161
# see the 10 first messages
11621162
$ php bin/console messenger:failed:show --max=10
11631163
1164-
# see only MyClass messages
1165-
$ php bin/console messenger:failed:show --class-filter='MyClass'
1164+
# see only App\Message\MyMessage messages
1165+
$ php bin/console messenger:failed:show --class-filter='App\Message\MyMessage'
11661166
11671167
# see the number of messages by message class
11681168
$ php bin/console messenger:failed:show --stats

0 commit comments

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