1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/Psalm/Internal
2021-03-22 23:26:03 -04:00
..
Algebra Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
Analyzer Prevent more offset issues 2021-03-22 23:26:03 -04:00
Codebase Make taint source keys unique to the added taints. (#5444) 2021-03-20 15:42:24 -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 fix #5010 function exec() is disabled (#5012) 2021-01-14 16:33:49 -05:00
FileManipulation fix phpdoc (#4905) 2020-12-29 11:42:41 +00:00
Fork Unused psalm-suppress (#4646) 2020-11-21 17:39:40 -05: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 Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
PhpVisitor Allow multiple version-dependent method stubs (#5337) 2021-03-06 17:18:51 -05:00
PluginManager allow libraries to provide psalm plugins (#5165) 2021-02-06 22:06:00 -05:00
Provider iterator_to_array must always return array-key (#5400) 2021-03-16 13:45:34 -04:00
Scanner Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
Scope Unused psalm-suppress (#4646) 2020-11-21 17:39:40 -05:00
Stubs/Generator Fix inference of conditional types when wildcard constant given 2021-02-20 12:21:52 -05:00
Type Don't crash on index types used in a conditional type (#5447) 2021-03-22 09:07:14 -04:00
TypeVisitor Support template property invariance (fixes #5371) (#5414) 2021-03-19 21:55:50 -04:00
Algebra.php Fix #4874 - remove strok stub 2020-12-21 17:14:25 +00:00
Clause.php Improve output of Clause::__toString 2020-11-03 17:02:37 -05:00
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