googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
287 stars 348 forks source link

fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php #145

Open imskm opened 2 months ago

imskm commented 2 months ago

Misplaced [END sheets_append_values] comment is generating incorrect code snippet in the google doc (I guess)

See this code snippet, here we can see the function's closing brace is missing in the doc. https://developers.google.com/sheets/api/guides/values#append_values

If I guessed it correctly then this issue is present in other code file as well.

google-cla[bot] commented 2 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

conventional-commit-lint-gcf[bot] commented 2 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/