public function getWrappedListener(): mixed
{ return $this->listener;
} public function getInfo(): array
{ return [ 'response' =>
$this->response,
'time' =>
$this->time,
'stub' =>
$this->stub ??= ClassStub::
wrapCallable($this->listener instanceof TraceableAuthenticatorManagerListener ?
$this->listener->
getAuthenticatorManagerListener() :
$this->listener
),
];
}}