-
Notifications
You must be signed in to change notification settings - Fork 23
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
EZP-30646: Reimplemented SignalSlots using EventDispatcher #91
Conversation
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.
Looks good for me aside of failing CS and one functional test, but is it possible that it is related to removing deprecated \eZ\Publish\Core\SignalSlot\Signal\ContentService\RemoveTranslationSignal
?
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.
CS is not correct in all or most of the files.
API allows id properties to be string, so they need to be casted.
master
Depends on: ezsystems/ezpublish-kernel#2682
Tests are still missing, but it has to pass QA ASAP
TODO:
$ composer test
)$ composer fix-cs
).