Skip to content

Commit

Permalink
fix stan error
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Dec 17, 2024
1 parent 5ebd5c9 commit 2241668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ parameters:
path: src/Connection.php
- message: '#^Method Colopl\\Spanner\\Connection::selectWithOptions\(\) should return array<int, array> but returns mixed\.$#'
path: src/Connection.php
- message: "#^Method Colopl\\\\Spanner\\\\Connection\\:\\:cursor\\(\\) should return Generator\\<int, stdClass, mixed, mixed\\> but returns Generator\\<int, array, mixed, mixed\\>\\.$#"
path: src/Connection.php
count: 1
- message: '#^Generator expects value type array, mixed given.$#'
path: src/Connection.php
count: 1
Expand Down

0 comments on commit 2241668

Please sign in to comment.