Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Expression / Glob.php
index 9382d9169bfd4ebde72cd3c3377b42f789cb3c58..e80578ecef9dfd8184787af37fb24103f6c576b1 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Finder\Expression;
 
-@trigger_error('The '.__NAMESPACE__.'\Glob class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\Glob class is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
 
 use Symfony\Component\Finder\Glob as FinderGlob;
 
@@ -20,9 +20,6 @@ use Symfony\Component\Finder\Glob as FinderGlob;
  */
 class Glob implements ValueInterface
 {
-    /**
-     * @var string
-     */
     private $pattern;
 
     /**