Skip to content

Commit 177468b

Browse files
committed
fixes
1 parent 4073333 commit 177468b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Core/src/RequestProcessorTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
use Google\ApiCore\ServerStream;
2424
use Google\Cloud\Core\Exception\ServiceException;
2525
use Google\Rpc\BadRequest;
26+
use Google\Rpc\Code;
2627

2728
/**
2829
* @internal

Spanner/tests/Unit/DatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ function (Transaction $t) use ($sql) {
23182318
$prop = new \ReflectionProperty($t, 'state');
23192319
$prop->setAccessible(true);
23202320
$prop->setValue($t, Transaction::STATE_COMMITTED);
2321-
}),
2321+
},
23222322
Argument::type('array')
23232323
)
23242324
->shouldBeCalledOnce()

0 commit comments

Comments
 (0)