1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/dictionaries
Holger Woltersdorf 30696f9089
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
2020-12-31 00:59:10 +00:00
..
scripts 4.x - add support for PHP 8 callmap 2020-10-12 09:41:25 -04:00
CallMap_71_delta.php sync param names with php (#4745) 2020-12-01 12:05:58 -05:00
CallMap_72_delta.php Remove use of PHP 7.2 function 2020-11-04 11:02:34 -05:00
CallMap_73_delta.php
CallMap_74_delta.php
CallMap_80_delta.php Fix curl_multi_getcontent signature (#4580) 2020-11-16 21:47:33 -05:00
CallMap.php Add missing param for constructor arguments in PDOStatement#fetchObject (#4915) 2020-12-31 00:59:10 +00:00
InternalTaintSinkMap.php Fix incorrect taint sink map for \rmdir (#4703) 2020-11-25 16:45:53 -05:00
PropertyMap.php mysqli::$insert_id can be a string (#4577) 2020-11-16 21:48:04 -05:00