1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/dictionaries
Holger Woltersdorf 972da55d84
Add missing param for constructor arguments in PDOStatement#fetchObject (#4915)
* Add missing param for constructor arguments

PDOStatement#fetchObject allows a second, optional parameter for constructor arguments, which - if given - will be passed to the given class' constructor.
See: https://www.php.net/manual/de/pdostatement.fetchobject.php

Also see the PhpStorm stubs: https://github.com/JetBrains/phpstorm-stubs/blob/master/PDO/PDO.php#L1441

* Fix wrong nullability for 2nd argument in PDOStatement#fetchObject
2021-01-29 11:47:24 +01:00
..
scripts 4.x - add support for PHP 8 callmap 2021-01-29 11:39:51 +01:00
CallMap_71_delta.php sync param names with php (#4745) 2021-01-29 11:47:10 +01:00
CallMap_72_delta.php Remove use of PHP 7.2 function 2021-01-29 11:45:02 +01:00
CallMap_73_delta.php
CallMap_74_delta.php
CallMap_80_delta.php Fix curl_multi_getcontent signature (#4580) 2021-01-29 11:46:12 +01:00
CallMap.php Add missing param for constructor arguments in PDOStatement#fetchObject (#4915) 2021-01-29 11:47:24 +01:00
InternalTaintSinkMap.php Fix incorrect taint sink map for \rmdir (#4703) 2021-01-29 11:46:26 +01:00
PropertyMap.php mysqli::$insert_id can be a string (#4577) 2021-01-29 11:46:12 +01:00