1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/stubs
Bruce Weirdan cc1335022f
Fix SimpleXMLIterator historic and current signatures
Historically, `SimpleXMLIterator` had only implemented `Iterator` and
`RecursiveIterator` methods. This changed in 8.0, when iterator methods
were moved to `SimpleXMLElement`, and `SimpleXMLIterator` was made a
dummy class extending `SimpleXMLElement`.

Fixes vimeo/psalm#6305, in the sense that Psalm would no longer report
different errors depending on the runtime PHP version.
2021-08-16 00:04:59 +03:00
..
CoreGenericClasses.phpstub The return value of generator methods can potentially be null (#5577) 2021-04-06 11:28:39 -04:00
CoreGenericFunctions.phpstub Merge pull request #6206 from Jack97/update-return-types 2021-07-29 22:38:06 +03:00
CoreGenericIterators.phpstub use coherent annotations (#5031) 2021-01-17 10:54:45 -05:00
CoreImmutableClasses.phpstub Update CoreImmutableClasses.phpstub (#5218) 2021-02-14 12:07:39 -05:00
DOM.phpstub Fix SimpleXMLIterator historic and current signatures 2021-08-16 00:04:59 +03:00
ext-ds.phpstub Rename stub to avoid phpstorm conflict (#5213) 2021-02-13 18:42:34 -05:00
ext-geos.phpstub Rename stub to avoid phpstorm conflict (#5213) 2021-02-13 18:42:34 -05:00
mongodb.phpstub Add mongodb Cursor and CursorInterface stubs and fix WriteConcern::__construct (#5813) 2021-05-22 19:03:07 -04:00
pdo.phpstub Added TValue template to PDOStatement stub (#5579) 2021-04-05 18:20:59 -04:00
Php80.phpstub Rename stub to avoid phpstorm conflict (#5213) 2021-02-13 18:42:34 -05:00
Php81.phpstub Support enums (#5699) 2021-05-03 17:54:09 -04:00
Reflection.phpstub Support interface-string<Foo> as temporary alias of class-string<Foo> (#6106) 2021-07-16 18:38:39 -04:00
soap.phpstub Rename stub to avoid phpstorm conflict (#5213) 2021-02-13 18:42:34 -05:00
SPL.phpstub Break up CoreGenericClasses 2021-03-06 16:05:14 -05:00
Xdebug.phpstub Rename stub to avoid phpstorm conflict (#5213) 2021-02-13 18:42:34 -05:00