doctrine-annotations icon indicating copy to clipboard operation
doctrine-annotations copied to clipboard

Doctrine\Common\Cache\Cache used despite of requiring doctrine/cache

Open simPod opened this issue 5 years ago • 1 comments

Doctrine\Common\Cache\Cache was dropped from Doctrine\Common and replaced by classes in correctly required doctrine/cache through nettrine/cache.

Doctrine\Common is still used in the code here though, rendering it not working.

https://github.com/nettrine/annotations/search?q=Doctrine%5CCache&unscoped_q=Doctrine%5CCache

Service 'nettrine.annotations.reader' (type of Doctrine\Common\Annotations\Reader): Service of type 'Doctrine\Common\Cache\Cache' not found.

simPod avatar Jul 07 '20 10:07 simPod

Good point, thanks.

f3l1x avatar Oct 28 '20 17:10 f3l1x