Skip to content

Commit

Permalink
Merge pull request #7274 from staabm/patch-4
Browse files Browse the repository at this point in the history
pdo: more precise generic type
  • Loading branch information
orklah committed Jan 3, 2022
2 parents b6472ac + 3de9c68 commit 36c7fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/pdo.phpstub
Expand Up @@ -10,7 +10,7 @@ class PDOStatement implements Traversable
/**
* @psalm-taint-sink callable $class
*
* @template T
* @template T of object
* @param class-string<T> $class
* @param array $ctorArgs
* @return false|T
Expand Down

0 comments on commit 36c7fec

Please sign in to comment.