1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal
2021-03-11 00:08:32 -05:00
..
Algebra Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
Analyzer Track variable usage in bool to int casts (#5349) 2021-03-11 00:08:32 -05:00
Codebase Always return type inference summary, even if no files were analyzed due to caching (#5329) 2021-03-06 17:20:01 -05:00
DataFlow
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
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 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 Fix #5297 - be more sensitive to additions and deletions in language server mode 2021-02-28 01:36:06 -05:00
Scanner Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
Scope
Stubs/Generator Fix inference of conditional types when wildcard constant given 2021-02-20 12:21:52 -05:00
Type Emit ImplicitToStringCast in more places (#5344) 2021-03-11 00:07:39 -05:00
TypeVisitor
Algebra.php Fix #4874 - remove strok stub 2020-12-21 17:14:25 +00:00
Clause.php
Composer.php
ErrorHandler.php Convert PHP errors / warnings / notices to exceptions (#5260) 2021-02-22 09:19:34 -05:00
EventDispatcher.php Trigger dispatch even when only legacy hooks (#4962) 2021-01-08 19:51:26 -05:00
IncludeCollector.php
MethodIdentifier.php
ReferenceConstraint.php
RuntimeCaches.php