1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/stubs
Alies Lapatsin c60eada3f7
#4772 Mark 3rd argument of get_headers nullable and optional (#4774)
There is no documentation that $context is nullable but it’s better to mark is nullable and use default value so psalm will not ask to use all 3 parameters.
2021-01-29 11:47:14 +01:00
..
CoreGenericClasses.phpstub Fix #4481 - ReflectionProperty implements Reflector 2021-01-29 11:46:03 +01:00
CoreGenericFunctions.phpstub #4772 Mark 3rd argument of get_headers nullable and optional (#4774) 2021-01-29 11:47:14 +01:00
CoreImmutableClasses.phpstub
ext-ds.php Fix Ds\Sequence::toArray() return type (#4763) 2021-01-29 11:47:13 +01:00
pdo.php Declare PdoStatement->fetchObject($class_name) a taint sink (#4701) 2021-01-29 11:46:26 +01:00
Php80.php Fix #4517 - track type contradiction issues in match expressions 2021-01-29 11:46:07 +01:00
Xdebug.php