1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/stubs
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
..
CoreGenericClasses.phpstub Use better stubs for Serializable and SoapClient 2020-12-08 11:27:51 -05:00
CoreGenericFunctions.phpstub fix phpdoc (#4905) 2020-12-29 11:42:41 +00:00
CoreImmutableClasses.phpstub
ext-ds.php Fix Ds\Sequence::toArray() return type (#4763) 2020-12-03 09:28:26 -05:00
ext-geos.php GEOS stubs (#4902) 2020-12-29 11:39:46 +00:00
pdo.php Add missing param for constructor arguments in PDOStatement#fetchObject (#4915) 2020-12-31 00:59:10 +00:00
Php80.php Change ReflectionUnionType::getTypes() return type (#4903) 2020-12-29 11:40:19 +00:00
soap.php Use better stubs for Serializable and SoapClient 2020-12-08 11:27:51 -05:00
Xdebug.php