Skip to content

Commit 1913be6

Browse files
Resolved gemini code review suggestions
1 parent 67ae9c6 commit 1913be6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

secretmanager/src/create_regional_secret_with_expiration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
use Google\Protobuf\Duration;
3333

3434
/**
35-
* Create a regional secret with expiration TTL (as a Timestamp expiration).
35+
* Create a regional secret with expiration TTL.
3636
*
3737
* @param string $projectId Google Cloud project id (e.g. 'my-project')
3838
* @param string $locationId Secret location (e.g. 'us-central1')

secretmanager/src/create_secret_with_expiration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
use Google\Protobuf\Duration;
3535

3636
/**
37-
* Create a secret with expiration TTL (as a Timestamp expiration).
37+
* Create a secret with expiration TTL.
3838
*
39-
* @param string $projectId Your Google Cloud Project ID (e.g. 'my-project')
40-
* @param string $secretId Your secret ID (e.g. 'my-secret')
39+
* @param string $projectId Your Google Cloud Project ID (e.g. 'my-project')
40+
* @param string $secretId Your secret ID (e.g. 'my-secret')
4141
*/
4242
function create_secret_with_expiration(string $projectId, string $secretId): void
4343
{

0 commit comments

Comments
 (0)