Skip to content

Commit

Permalink
feat: update phpdocumentor to 4.0 (#4040)
Browse files Browse the repository at this point in the history
* feat: update phpdocumentor to 4.0

* revert changes to AcceleratorTypes::list_
  • Loading branch information
bshaffer authored Jun 23, 2021
1 parent 26a471e commit e08fe08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LongRunning/LROTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<InstanceConfiguration>
* @return ItemIterator<LongRunningOperation>
*/
public function longRunningOperations(array $options = [])
{
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e08fe08

Please sign in to comment.