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 12d668c

Browse filesBrowse files
committed
bug #50686 [Messenger] Don't mark RedispatchMessage as internal (valtzu)
This PR was merged into the 6.3 branch. Discussion ---------- [Messenger] Don't mark `RedispatchMessage` as internal | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | License | MIT As discussed in #49734 (comment), `RedispatchMessage` is meant to be used in your project, hence it shouldn't be marked as internal (which makes IDEs suggest not to use it). Commits ------- 1209b81 Don't mark RedispatchMessage as internal
2 parents 5b66f26 + 1209b81 commit 12d668c
Copy full SHA for 12d668c

File tree

1 file changed

+0
-3
lines changed
Filter options

1 file changed

+0
-3
lines changed

‎src/Symfony/Component/Messenger/Message/RedispatchMessage.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Message/RedispatchMessage.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
use Symfony\Component\Messenger\Envelope;
1515

16-
/**
17-
* @internal
18-
*/
1916
final class RedispatchMessage
2017
{
2118
/**

0 commit comments

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