1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/stubs
Brian Dunne d07b57576d Stub constants for ZipArchive from ext-zip
This stubs out the class constants for ZipArchive, which I believe are
the only constants introduced by the `zip` extension. This should allow
Psalm to run over code utilizing any of these constants even if the
analyzing system doesn't have ext-zip installed/enabled (e.g. a GitHub
Actions container).
2023-10-30 21:46:40 -05:00
..
extensions Stub constants for ZipArchive from ext-zip 2023-10-30 21:46:40 -05:00
CoreGenericAttributes.phpstub Add a stub file for Attributes defined by PHP 2023-06-17 12:26:56 +01:00
CoreGenericClasses.phpstub feature: narrow key template for ArrayObject to array-key 2023-09-10 15:54:08 +02:00
CoreGenericFunctions.phpstub Merge remote-tracking branch 'origin/5.x' into v6_fixes 2023-10-22 20:08:39 +02:00
CoreGenericIterators.phpstub fix: add missing constructor parameter to IteratorIterator 2023-04-13 00:14:26 +02:00
CoreImmutableClasses.phpstub DateTimeZone::getName() always returns non-empty-string and cannot be constructed with an empty string 2023-09-09 23:48:49 +01:00
Php74.phpstub strip_tags()/$allowed_tags can accept arrays since 7.4 2023-08-17 21:36:47 +02:00
Php80.phpstub Allow passing stringable-objects to sprintf() in all PHP versions 2023-09-28 10:23:02 +02:00
Php81.phpstub fix I::cases() where interface I extends BackedEnum 2023-01-05 21:35:47 -04:00
Php82.phpstub Add a stub file for Attributes defined by PHP 2023-06-17 12:26:56 +01:00
phpparser.phpstub Added stub for PhpParser\Node\Name 2023-06-28 03:13:42 +02:00
Reflection.phpstub Sink for ReflectionFunction::__construct() 2023-08-26 22:09:27 +02:00
SPL.phpstub Fix template param for SplDoublyLinkedList. 2022-10-14 11:54:53 +05:30