We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3834d commit 5ba2b20Copy full SHA for 5ba2b20
src/GapicClientTrait.php
@@ -261,7 +261,7 @@ private function setClientOptions(array $options)
261
if (isset($options['serviceAddress'])) {
262
$options['apiEndpoint'] = $this->pluck('serviceAddress', $options, false);
263
}
264
- $this->validateNotNull($options, [
+ self::validateNotNull($options, [
265
'apiEndpoint',
266
'serviceName',
267
'descriptorsConfigPath',
@@ -270,7 +270,7 @@ private function setClientOptions(array $options)
270
'credentialsConfig',
271
'transportConfig',
272
]);
273
- $this->traitValidate($options, [
+ self::traitValidate($options, [
274
'credentials',
275
'transport',
276
'gapicVersion',
0 commit comments