Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Adapter / BsdFindAdapter.php
index caaad19a1e32a8f4452b94f4115cfae2987417f8..d2bf6fbb229c797570cd7dd0be9f2d2324b8264d 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Adapter;
 
-@trigger_error('The '.__NAMESPACE__.'\BsdFindAdapter 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__.'\BsdFindAdapter 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\Shell\Shell;
 use Symfony\Component\Finder\Shell\Command;