X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FListCommand.php;h=8ce022757a3bc61b947c5dae77f003703f1e9863;hp=cd38eb59d6f6f0c7391fd899cee26a5d030120b3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/psy/psysh/src/Psy/Command/ListCommand.php b/vendor/psy/psysh/src/Psy/Command/ListCommand.php index cd38eb59d..8ce022757 100644 --- a/vendor/psy/psysh/src/Psy/Command/ListCommand.php +++ b/vendor/psy/psysh/src/Psy/Command/ListCommand.php @@ -16,10 +16,8 @@ use Psy\Command\ListCommand\ClassEnumerator; use Psy\Command\ListCommand\ConstantEnumerator; use Psy\Command\ListCommand\FunctionEnumerator; use Psy\Command\ListCommand\GlobalVariableEnumerator; -use Psy\Command\ListCommand\InterfaceEnumerator; use Psy\Command\ListCommand\MethodEnumerator; use Psy\Command\ListCommand\PropertyEnumerator; -use Psy\Command\ListCommand\TraitEnumerator; use Psy\Command\ListCommand\VariableEnumerator; use Psy\Exception\RuntimeException; use Psy\Input\FilterOptions; @@ -159,10 +157,8 @@ HELP new ConstantEnumerator($mgr), new FunctionEnumerator($mgr), new GlobalVariableEnumerator($mgr), - new InterfaceEnumerator($mgr), new PropertyEnumerator($mgr), new MethodEnumerator($mgr), - new TraitEnumerator($mgr), new VariableEnumerator($mgr, $this->context), ); }