Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Adapter / PhpAdapter.php
index 3f2a070e495aa0dc989a3058e1f0c8a9ff3ebea8..c2fb66cf5ef57208fe56f9ef5a16d4e8dad8bfaf 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Adapter;
 
-@trigger_error('The '.__NAMESPACE__.'\PhpAdapter 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__.'\PhpAdapter class is deprecated since Symfony 2.8 and will be removed in 3.0. Use directly the Finder class instead.', E_USER_DEPRECATED);
 
 use Symfony\Component\Finder\Iterator;