sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
332 stars 29 forks source link

Fixing interface conformation issues for Memcached Adapter #101

Closed shehabic closed 6 years ago

shehabic commented 6 years ago

I am targeting this branch, because {reason}.

Closes #100

Changelog

### Fixed
- fatal error when using the memcached adapter

Subject

Fixing interface conformation issues for Memcached Adapter

OskarStark commented 6 years ago

First of all, thank you for your first contribution to Sonata ❗️

You just added a return type, what does it "fix"?

shehabic commented 6 years ago

It avoids a Fatal error for not having a signature of an interface in the implementation with Php 7

greg0ire commented 6 years ago

Thanks @shehabic !