Bug Deprecated cache provider check uses class of interface

There is a bug in this version
X

Xon

Guest
XF\CacheFactory checks if the provider inherits from \Symfony\Component\Cache\Adapter\AbstractAdapter instead of Symfony\Component\Cache\Adapter\AdapterInterface.

Doctrine\Common\Cache\CacheProvider only expects a AdapterInterface too.

Is this intended?

Continue reading...