Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Iterator / FilePathsIterator.php
index 74ada6b2d7160863e0f1e94bfa6f99739d093daf..4bc9b87fda40157998803d8ac426938670915410 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Iterator;
 
-@trigger_error('The '.__NAMESPACE__.'\FilePathsIterator class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\FilePathsIterator class is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
 
 use Symfony\Component\Finder\SplFileInfo;