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

Missing SourceEvent #30

Closed
soukicz opened this issue May 17, 2015 · 1 comment
Closed

Missing SourceEvent #30

soukicz opened this issue May 17, 2015 · 1 comment

Comments

@soukicz
Copy link
Contributor

soukicz commented May 17, 2015

I have noticed unknown SourceEvent in src/Goetas/Twital/EventSubscriber/CustomNamespaceSubscriber.php

Maybe missing use Goetas\Twital\EventDispatcher\SourceEvent;?

@goetas
Copy link
Owner

goetas commented May 17, 2015

It should be Goetas\Twital\EventDispatcher\SourceEvent. At the moment CustomNamespaceSubscriber class is an alternative version of CustomNamespaceRawSubscriber but is not used at all.

CustomNamespaceSubscriber tries to add custom namespaces at DOM level (CustomNamespaceRawSubscriber does the same but at XML level)... but I've found some problems to make it work, so at the moment is not used...

@soukicz soukicz closed this as completed May 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants