Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / config / ConfigCacheFactory.php
index 396536e2d8ed8eddbe1102d315f955723c6eb14b..06dbe6c2947edbe8a9e650310286c79c15ad69e5 100644 (file)
@@ -22,9 +22,6 @@ namespace Symfony\Component\Config;
  */
 class ConfigCacheFactory implements ConfigCacheFactoryInterface
 {
-    /**
-     * @var bool Debug flag passed to the ConfigCache
-     */
     private $debug;
 
     /**