Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Adapter / AbstractAdapter.php
index 48f993da55d561bf1b420092d538debdd1fe844f..1a1647c31734b21d71d6cf4ac79fee008d6ef449 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Adapter;
 
-@trigger_error('The '.__NAMESPACE__.'\AbstractAdapter class is deprecated since version 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\AbstractAdapter class is deprecated since Symfony 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
 
 /**
  * Interface for finder engine implementations.