Skip to content

Commit a1e4d0a

Browse files
committed
docs: correct example function call
1 parent 4bf702e commit a1e4d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/src/create_database_with_version_retention_period.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Creates a database with data retention for Point In Time Restore.
3131
* Example:
3232
* ```
33-
* create_database_with_version_retention_period($instanceId, $databaseId);
33+
* create_database_with_version_retention_period($instanceId, $databaseId, $retentionPeriod);
3434
* ```
3535
*
3636
* @param string $instanceId The Spanner instance ID.

0 commit comments

Comments
 (0)