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