Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Exception / AdapterFailureException.php
index 7229451b8c15dd331558b71d56454812c4e09216..594940a47ed10f238b08e3c5f21c1a8e2071f4d0 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Exception;
 
-@trigger_error('The '.__NAMESPACE__.'\AdapterFailureException class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\AdapterFailureException class is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
 
 use Symfony\Component\Finder\Adapter\AdapterInterface;
 
@@ -24,9 +24,6 @@ use Symfony\Component\Finder\Adapter\AdapterInterface;
  */
 class AdapterFailureException extends \RuntimeException implements ExceptionInterface
 {
-    /**
-     * @var \Symfony\Component\Finder\Adapter\AdapterInterface
-     */
     private $adapter;
 
     /**