Skip to content

Commit

Permalink
Merge pull request #7240 from staabm/patch-3
Browse files Browse the repository at this point in the history
mysqli_fetch_object: added missing generic
  • Loading branch information
orklah committed Dec 29, 2021
2 parents 10167a2 + 457dd2f commit 1d968fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/mysqli.phpstub
Expand Up @@ -23,6 +23,9 @@ class mysqli_result implements Traversable
* @psalm-taint-sink callable $class
*
* @template T of object
* @template TValue
*
* @param mysqli_result<TValue> $result
* @param class-string<T> $class
* @param array $constructor_args
* @return T|null|false
Expand Down

0 comments on commit 1d968fa

Please sign in to comment.