JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

EventDispatcherInterface - Fix for Symfony 2.4 #11

Closed peshi closed 10 years ago

peshi commented 10 years ago

EventDispatcher > EventDispatcherInterface

Background:

php app/console clank:server

Catchable Fatal Error: Argument 3 passed to JDare\ClankBundle\Server\App\ClankApp::__construct() must be an instance of Symfony\Component\EventDispatcher\EventDispatcher, instance of Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher given