Skip to content

Commit

Permalink
pdo: more precise generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 3, 2022
1 parent b6472ac commit 3de9c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/pdo.phpstub
Original file line number Diff line number Diff line change
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 3de9c68

Please sign in to comment.