Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Exception / OperationNotPermitedException.php
index d75d6520d716a67f9d940691ce5112c39797c613..4c668582cb5e9fd557020d7d9c694f33ed78cd99 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Exception;
 
-@trigger_error('The '.__NAMESPACE__.'\OperationNotPermitedException class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\OperationNotPermitedException 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>