browscap / browscap-php

Officially supported Browscap for PHP
http://browscap.org/
MIT License
422 stars 82 forks source link

Browscap::setCache accepts mixed types #198

Closed asgrim closed 7 years ago

asgrim commented 7 years ago

We should enforce only one cache type (BrowscapCacheInterface) rather than allowing different types, leave it up to type system to complain about incompatible types, but provide a way to factory those easily , e.g. in #192

asgrim commented 7 years ago

Also applies to BrowscapUpdater::setCache

mimmi20 commented 7 years ago

This relates also to #174.

asgrim commented 7 years ago

Yep