sonata-project / cache

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

Remove void return type. #77

Closed jlamur closed 7 years ago

jlamur commented 7 years ago

Changelog

### Fixed
- Compatibility with PHP ~7.0.0 (void return type).

Subject

I missed the fact that void return type is a PHP >= 7.1 feature when I suggested to add them on #65.

Reference: PHP RFC: Void Return Type

jlamur commented 7 years ago

I'm not sure if the changelog makes sense because there has been no release since the faulty PR.

OskarStark commented 7 years ago

Thank you @jlamur 👍