ddeboer / GuzzleBundle

A Symfony2 bundle for integrating Guzzle, a PHP framework for building RESTful web service clients
63 stars 29 forks source link

Implement EventSubscriberInterface Function #5

Closed clicktrend closed 12 years ago

clicktrend commented 12 years ago

Error occurs at

GuzzleBundle / Guzzle / Http / Plugin / DataCollectorPlugin.php

which implements

Symfony\Component\EventDispatcher\EventSubscriberInterface

but static function getSubscribedEvents is not implemented.

gimler commented 12 years ago

my PR https://github.com/ddeboer/GuzzleBundle/pull/7 fix this. vote for it ;)

clicktrend commented 12 years ago

+1