Fix broken Symfony event subscribers link on branch 7.0 - #655
Merged
adiati98 merged 2 commits intoSep 1, 2026
Conversation
Ports the broken-link fix from PR mautic#624 (branch 7.2) / mautic#654 (branch 7.1) to branch 7.0, as requested by maintainer @adiati98. The Symfony event dispatcher page moved out of /components/ and the section anchor was renamed, so the old #using-event-subscribers anchor returned 'Anchor not found' and failed the docs linkcheck build. The xref now points to the current Symfony page and anchor. Visible link text is unchanged.
promptless-for-oss
requested review from
adiati98 and
favour-chibueze
and removed request for
a team
September 1, 2026 11:29
adiati98
approved these changes
Sep 1, 2026
Contributor
Author
|
Just a reminder: I review PR comments by default. If you want me to ignore a specific comment, start it with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open in Promptless
Ports the broken-link fix from PR #624 (branch 7.2) and #654 (branch 7.1) to branch 7.0, as requested by maintainer @adiati98. The "event subscribers" cross-reference on the Plugin event listeners page pointed to a Symfony docs anchor that no longer exists — Symfony moved the event dispatcher page out of
/components/and renamed the section anchor — so the old#using-event-subscribersanchor returned "Anchor not found" and failed the docs linkcheck build on this branch. The xref now points to the current Symfony page and anchor. Visible link text is unchanged.Trigger Events