mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
mysqli_fetch_object: added missing generic
This commit is contained in:
parent
10167a223a
commit
dd245f0dc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user