Skip to content
Closed
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
2 changes: 1 addition & 1 deletion parametermanager/src/render_param_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* @param string $projectId The Google Cloud Project ID (e.g. 'my-project')
* @param string $parameterId The Parameter ID (e.g. 'my-param')
* @param string $versionId The Version ID (e.g. 'my-param-version')
* @param string $versionId The Version ID (e.g. 'my-param-version') or alias (e.g. "latest")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the other examples in this docblock (e.g., 'my-project', 'my-param'), please use single quotes for the 'latest' alias example.

 * @param string $versionId The Version ID (e.g. 'my-param-version') or alias (e.g. 'latest')

*/
function render_param_version(string $projectId, string $parameterId, string $versionId): void
{
Expand Down
Loading