Skip to content

Commit

Permalink
stan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Jan 8, 2025
1 parent c17fde2 commit 0321a1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Query/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

namespace Colopl\Spanner\Query;

use Colopl\Spanner\Connection;
use Google\Cloud\Spanner\Numeric;
use Google\Cloud\Spanner\Timestamp;
use Google\Cloud\Spanner\ValueInterface;
Expand All @@ -30,8 +29,7 @@ class Processor extends BaseProcessor
{
/**
* {@inheritDoc}
* @param array<array-key, array<array-key, mixed>> $results
* @return array<array-key, array<array-key, mixed>>
* @param array<array-key, mixed> $values
*/
public function processInsertGetId(Builder $query, $sql, $values, $sequence = null)
{
Expand Down Expand Up @@ -60,6 +58,8 @@ public function processInsertGetId(Builder $query, $sql, $values, $sequence = nu

/**
* @inheritDoc
* @param array<array-key, array<array-key, mixed>> $results
* @return array<array-key, array<array-key, mixed>>
*/
public function processSelect(Builder $query, $results): array
{
Expand Down

0 comments on commit 0321a1a

Please sign in to comment.