Skip to content

Commit c378032

Browse files
committed
remove unused variables and imports
1 parent e696e1f commit c378032

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

spanner/src/query_data_with_struct_proto_columns.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525

2626
use Google\Cloud\Spanner\SpannerClient;
2727
use Google\Cloud\Spanner\Database;
28-
use Google\Cloud\Spanner\Proto;
2928
use Google\Cloud\Spanner\StructType;
30-
use Google\Cloud\Spanner\StructValue;
31-
use Testing\Data\User;
3229
use Testing\Data\Book;
3330

3431
/**
@@ -40,12 +37,10 @@
4037
*
4138
* @param string $instanceId The Spanner instance ID.
4239
* @param string $databaseId The Spanner database ID.
43-
* @param int $userId The ID of the user to query.
4440
*/
4541
function query_data_with_struct_proto_columns(
4642
string $instanceId,
4743
string $databaseId,
48-
int $userId = 1
4944
): void {
5045
// [START spanner_query_data_with_struct_proto_columns]
5146
$spanner = new SpannerClient();

0 commit comments

Comments
 (0)