1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/stubs
Marco Pivetta 68ffae097e Simplified DateTimeImmutable::format(): always returns a string
Also:

 * a non-empty format string will always lead to `non-empty-string`
 * it seems that you can throw **everything** at `DateTimeInterface#format()`, even null bytes,
   and it will always produce a `string`
2022-08-05 13:21:28 +02:00
..
CoreGenericClasses.phpstub Allow null to ArrayAccess::offsetSet $offset param 2022-03-06 13:47:32 +01:00
CoreGenericFunctions.phpstub Fix nullable return types for CallMap functions 2022-07-13 22:44:38 -05:00
CoreGenericIterators.phpstub Fix #6464: false positive for RecursiveArrayIterator::CHILD_ARRAYS_ONLY 2021-09-09 11:12:24 +02:00
CoreImmutableClasses.phpstub Simplified DateTimeImmutable::format(): always returns a string 2022-08-05 13:21:28 +02:00
decimal.phpstub Allow operator overloading for Decimal extension (fixes #3938). 2021-12-08 10:59:37 -06:00
DOM.phpstub Fix SimpleXMLIterator historic and current signatures 2021-08-16 00:04:59 +03:00
ext-apcu.phpstub bugfix/#7912: Add Iterator implements to stub 2022-05-17 23:55:44 +02:00
ext-ds.phpstub Add Set::map() to ext-ds stub 2021-12-14 10:19:08 +01:00
ext-geos.phpstub
mongodb.phpstub
mysqli.phpstub typo 2021-12-29 16:56:09 +01:00
pdo.phpstub pdo: more precise generic type 2022-01-03 17:11:03 +01:00
Php80.phpstub Code style 2022-07-25 17:15:28 +03:00
Php81.phpstub Update stub 2022-02-23 00:52:53 +02:00
phpparser.phpstub ->args to ->getArgs 2021-10-09 23:37:04 +02:00
phpredis.phpstub update phpredis stubs 2022-03-04 12:56:30 +01:00
Reflection.phpstub Fix return type of ReflectionNamedType::getName() 2022-06-29 18:22:46 +02:00
soap.phpstub Update signatures of methods of SoapClient 2021-12-12 19:43:06 +03:00
SPL.phpstub Fix invalid class/method declaration in stub 2021-10-05 21:41:27 +09:00
Xdebug.phpstub