Skip to content
Unverified Commit 0a28440b authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Make our event base class independent of Symfony and follow PSR



Symfony is migrating towards a pure PSR event dispatcher, hence their
event class is POPO that implements the PSR stoppable event interface.
Since we can do that ourself and this change doesn't come with any API
changes (breakage), it's easy for us to become independent of Symfony
but also stay PSR-compliant at the same step.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent d42f9e65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment