sonata-project / cache

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

php 7.1 specific type hinting #91

Closed greg0ire closed 6 years ago

greg0ire commented 6 years ago

I am targeting this branch, because this is major.

Changelog

### Added
- php 7.1-specific type hinting

Subject

This adds void return type and ? marker to optional arguments.

jordisala1991 commented 6 years ago

Thank you @greg0ire