X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand%2FInterfaceEnumerator.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand%2FInterfaceEnumerator.php;h=91ba985d918d1d1428da031cebb92c3a4702ea87;hp=b89b7506b218d8bfa79ebd62cfd5f48d60163029;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/psy/psysh/src/Psy/Command/ListCommand/InterfaceEnumerator.php b/vendor/psy/psysh/src/Psy/Command/ListCommand/InterfaceEnumerator.php index b89b7506b..91ba985d9 100644 --- a/vendor/psy/psysh/src/Psy/Command/ListCommand/InterfaceEnumerator.php +++ b/vendor/psy/psysh/src/Psy/Command/ListCommand/InterfaceEnumerator.php @@ -11,13 +11,21 @@ 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} */