1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal
2021-05-01 20:13:49 -04:00
..
Algebra Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
Analyzer Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
Codebase Add json_last_error to impure function (#5613) 2021-04-10 20:38:02 -04:00
DataFlow Add hints for MixedAssignment issues 2021-03-17 01:10:42 -04:00
Diff Fix #5297 - be more sensitive to additions and deletions in language server mode 2021-02-28 01:36:06 -05:00
ExecutionEnvironment
FileManipulation
Fork Kill children on error and check if stream is closed before writing from child. (#5682) 2021-04-30 09:01:24 -04:00
Json Fix JSON reports with long UTF8 strings (#5300) 2021-03-01 11:23:21 -05:00
LanguageServer Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
PhpTraverser
PhpVisitor Add support for phpstan import-type and type annotations (#5648) 2021-04-19 22:56:08 -04:00
PluginManager
Provider Always run legacy plugins first 2021-05-01 16:56:25 -04:00
Scanner Fix #5383 - prevent unsound use of new static for generics 2021-04-10 13:16:19 -04:00
Scope Use more descriptive names for properties & variables of if/else handling 2021-04-18 15:38:12 -04:00
Stubs/Generator Fix inference of conditional types when wildcard constant given 2021-02-20 12:21:52 -05:00
Type Fix #5696 - combinations of scalars should remove empty-scalar 2021-05-01 20:13:49 -04:00
TypeVisitor Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
Algebra.php
Clause.php
Composer.php
ErrorHandler.php Convert PHP errors / warnings / notices to exceptions (#5260) 2021-02-22 09:19:34 -05:00
EventDispatcher.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
IncludeCollector.php
MethodIdentifier.php
ReferenceConstraint.php
RuntimeCaches.php