update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
6
vendor/google/gax/src/GapicClientTrait.php
vendored
6
vendor/google/gax/src/GapicClientTrait.php
vendored
@@ -121,7 +121,7 @@ public function addMiddleware(callable $middlewareCallable): void
|
||||
$this->middlewareCallables[] = $middlewareCallable;
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Prepend a middleware to the call stack by providing a callable which will be
|
||||
* invoked at the end of each call, and will return an instance of
|
||||
* {@see MiddlewareInterface} when invoked.
|
||||
@@ -261,7 +261,7 @@ private function setClientOptions(array $options)
|
||||
if (isset($options['serviceAddress'])) {
|
||||
$options['apiEndpoint'] = $this->pluck('serviceAddress', $options, false);
|
||||
}
|
||||
$this->validateNotNull($options, [
|
||||
self::validateNotNull($options, [
|
||||
'apiEndpoint',
|
||||
'serviceName',
|
||||
'descriptorsConfigPath',
|
||||
@@ -270,7 +270,7 @@ private function setClientOptions(array $options)
|
||||
'credentialsConfig',
|
||||
'transportConfig',
|
||||
]);
|
||||
$this->traitValidate($options, [
|
||||
self::traitValidate($options, [
|
||||
'credentials',
|
||||
'transport',
|
||||
'gapicVersion',
|
||||
|
||||
Reference in New Issue
Block a user