Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Mapping / Cache / Psr6Cache.php
index 15badb056ac601df9112b285650b9bf22b8312bf..73c9513c168afd3c6e437bdba6def39a3beee5f1 100644 (file)
@@ -21,9 +21,6 @@ use Symfony\Component\Validator\Mapping\ClassMetadata;
  */
 class Psr6Cache implements CacheInterface
 {
-    /**
-     * @var CacheItemPoolInterface
-     */
     private $cacheItemPool;
 
     public function __construct(CacheItemPoolInterface $cacheItemPool)