Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Command / ListCommand / TraitEnumerator.php
index 615bfd374c8a1f26c11a79c03927b3a7d70dd1e4..12941f4feb9e4dddd40a502fab0e3f98cf20ab9c 100644 (file)
 
 namespace Psy\Command\ListCommand;
 
+use Psy\VarDumper\Presenter;
 use Symfony\Component\Console\Input\InputInterface;
 
 /**
  * Trait Enumerator class.
+ *
+ * @deprecated Nothing should use this anymore
  */
 class TraitEnumerator extends Enumerator
 {
+    public function __construct(Presenter $presenter)
+    {
+        @trigger_error('TraitEnumerator is no longer used', E_USER_DEPRECATED);
+    }
+
     /**
      * {@inheritdoc}
      */