-
Couldn't load subscription status.
- Fork 6
fix: updated menu documentation #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR enhances the menu documentation by adding a missing import for EventSubscriberInterface and fixing the file ending. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/development/menu.md
Outdated
| use Symfony\Component\EventDispatcher\EventSubscriberInterface; | ||
| class MenuListener extends DefaultMenuListener | ||
| class MenuListener extends DefaultMenuListener implements EventSubscirberInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix: f390f19
Added a use statement for EventSubscriberInterface
Summary by Sourcery
Documentation: