Skip to content
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

Enhancement: Make all events extend one parent #101

Merged
merged 2 commits into from
Jun 28, 2022
Merged

Conversation

RikudouSage
Copy link
Collaborator

Description

Makes all parents extend one parent (AbstractEvent)

Fixes #96

Type of change

Please delete options that are not relevant.

  • Enhancement

Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

@@ -9,7 +9,7 @@
require __DIR__ . '/../../stubs/event-dispatcher/Event.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this not also be removed here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, don't know how I missed it, it's removed now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries! This is why we have PRs!

Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@RikudouSage RikudouSage merged commit 83a38ad into main Jun 28, 2022
@RikudouSage RikudouSage deleted the fix/events-extend branch June 28, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Chore: Make all events extend AbstractEvent
2 participants