Skip to content

Commit

Permalink
more precise type
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Jan 11, 2022
1 parent a0756d2 commit 3be1d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/PDOStatement.stub
Expand Up @@ -9,7 +9,7 @@
class PDOStatement implements Traversable, IteratorAggregate
{
/**
* @template T
* @template T of object
* @param class-string<T> $class
* @param array<mixed> $ctorArgs
* @return false|T
Expand Down

0 comments on commit 3be1d51

Please sign in to comment.