X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fvalidator%2FMapping%2FCache%2FDoctrineCache.php;fp=vendor%2Fsymfony%2Fvalidator%2FMapping%2FCache%2FDoctrineCache.php;h=36f1febc5ac6718d4d90721d5e661e8db7a00f90;hp=6dd5447fedc88a98d44b935ac99ee278bc4464cd;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php b/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php index 6dd5447fe..36f1febc5 100644 --- a/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php +++ b/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php @@ -23,21 +23,11 @@ final class DoctrineCache implements CacheInterface { private $cache; - /** - * Creates a new Doctrine cache. - * - * @param Cache $cache The cache to adapt - */ public function __construct(Cache $cache) { $this->cache = $cache; } - /** - * Sets the cache to adapt. - * - * @param Cache $cache The cache to adapt - */ public function setCache(Cache $cache) { $this->cache = $cache;