Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / class-loader / ApcClassLoader.php
index 46ee4a8566b1f4499b28da230dbc4964066f0159..5500e3628902d4a6edf5762dbe899443d207a3c6 100644 (file)
@@ -16,8 +16,8 @@ namespace Symfony\Component\ClassLoader;
  *
  * It expects an object implementing a findFile method to find the file. This
  * allows using it as a wrapper around the other loaders of the component (the
- * ClassLoader and the UniversalClassLoader for instance) but also around any
- * other autoloaders following this convention (the Composer one for instance).
+ * ClassLoader for instance) but also around any other autoloaders following
+ * this convention (the Composer one for instance).
  *
  *     // with a Symfony autoloader
  *     use Symfony\Component\ClassLoader\ClassLoader;