diff --git a/src/LongRunning/LROTrait.php b/src/LongRunning/LROTrait.php index 2308054..d345699 100644 --- a/src/LongRunning/LROTrait.php +++ b/src/LongRunning/LROTrait.php @@ -96,7 +96,7 @@ public function resumeOperation($operationName, array $info = []) * @type string $pageToken A previously-returned page token used to * resume the loading of results from a specific point. * } - * @return ItemIterator + * @return ItemIterator */ public function longRunningOperations(array $options = []) { diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 5aaafcc..94c645f 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,7 +30,7 @@ use Google\Cloud\Speech\SpeechClient; use Google\Cloud\Storage\StorageClient; use Google\Cloud\Trace\TraceClient; -use Google\Cloud\Translate\TranslateClient; +use Google\Cloud\Translate\V2\TranslateClient; use Google\Cloud\Vision\VisionClient; use Psr\Cache\CacheItemPoolInterface;