Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 'latest')
*/
function render_param_version(string $projectId, string $parameterId, string $versionId): void
{
Expand Down
2 changes: 1 addition & 1 deletion parametermanager/src/render_regional_param_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @param string $projectId The Google Cloud Project ID (e.g. 'my-project')
* @param string $locationId The Parameter Location (e.g. 'us-central1')
* @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 'latest')
*/
function render_regional_param_version(string $projectId, string $locationId, string $parameterId, string $versionId): void
{
Expand Down
Loading