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