neeckeloo / NewRelic

NewRelic module for Laminas
MIT License
33 stars 13 forks source link

Missing constructor parameter on Listeners throws fatal error #6

Closed al3xdm closed 10 years ago

al3xdm commented 10 years ago

Composer pulled your most recent changes in 1.1.1 but when refactoring Configuration/Options seems you missed a bit.

PHP Catchable fatal error: Argument 1 passed to NewRelic\Listener\AbstractListener::__construct() must implement interface NewRelic\ModuleOptionsInterface, instance of NewRelic\Client given

Works after these changes.

al3xdm commented 10 years ago

(The travis errors seem to be existing not anything newly introduced.)

neeckeloo commented 10 years ago

Thanks!