nextHandler = $nextHandler; $this->credentialsWrapper = $credentialsWrapper; } public function __invoke(Call $call, array $options) { $next = $this->nextHandler; return $next( $call, $options + ['credentialsWrapper' => $this->credentialsWrapper] ); } }