Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Fixers/ClientUpgradeFixer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Next run this fixer with the following command:

```sh
# use the examples provided in this repo
export DIR=vendor/google/cloud-tools/examples/ClientUpgradeFixer
export DIR=vendor/google/cloud-tools/examples

# run the CS fixer for that directory using the config above
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.google.php --dry-run --diff $DIR -vv
Expand Down Expand Up @@ -196,4 +196,4 @@ This will ensure that these variables are updated wherever they are:
> $this->parent->secretManagerClient->listSecrets($listSecretsRequest4);
> $listSecretsRequest5 = new ListSecretsRequest();
> $this->parent::$secretManagerClient->listSecrets($listSecretsRequest5);
```
```