Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Sep 2, 2022
1 parent 661cec7 commit 6647f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ parameters:
path: src/Colopl/Spanner/Schema/Builder.php
- message: '#^Parameter \#1 \$value of method Illuminate\\Database\\Schema\\Grammars\\Grammar::wrap\(\) expects Illuminate\\Database\\Query\\Expression\|string, Illuminate\\Database\\Schema\\ColumnDefinition given.$#'
path: src/Colopl/Spanner/Schema/Grammar.php
- message: '#^Using nullsafe method call on non-nullable type Illuminate\\Database\\DatabaseTransactionsManager\. Use -> instead.$#'
path: src/Colopl/Spanner/Concerns/ManagesTransactions.php
- message: '#^Parameter \#1 \$connection of method Illuminate\\Database\\DatabaseTransactionsManager::.+\(\) expects string, string\|null given\.$#'
path: src/Colopl/Spanner/Concerns/ManagesTransactions.php

0 comments on commit 6647f7e

Please sign in to comment.