Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Expression / ValueInterface.php
index 7ff00bd2e47172eae604b40d7c5a9722f3acc56d..08ede1422ecdf24a4889873317b43c809010090d 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Expression;
 
-@trigger_error('The '.__NAMESPACE__.'\ValueInterface interface is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\ValueInterface interface is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
 
 /**
  * @author Jean-François Simon <contact@jfsimon.fr>