1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal
2021-01-22 00:20:51 -05:00
..
Algebra Simplify assertion negations, centralising as much as possible 2020-11-19 14:32:49 -05:00
Analyzer Fix #5078 - when unpacking with missing array item, Use the param’s default type if param has one 2021-01-22 00:20:51 -05:00
Codebase Resolve class aliases when accessing properties (#5068) 2021-01-21 19:38:17 -05:00
DataFlow Allow immutable classes to be specialised through calls 2020-11-19 01:38:20 -05:00
Diff improve phpdoc (#4352) 2020-10-17 12:36:44 -04: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
LanguageServer fix phpdoc (#4905) 2020-12-29 11:42:41 +00:00
PhpTraverser Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
PhpVisitor Fix #5025 - prevent crash in assert function during reflection 2021-01-17 12:08:19 -05:00
PluginManager Unused psalm-suppress (#4646) 2020-11-21 17:39:40 -05:00
Provider Trigger dispatch even when only legacy hooks (#4962) 2021-01-08 19:51:26 -05:00
Scanner implement DTO for plugins (#4881) 2021-01-06 09:05:53 -05:00
Scope Unused psalm-suppress (#4646) 2020-11-21 17:39:40 -05:00
Stubs/Generator Fix #4798 - improve conversion from type back to PhpParser node 2020-12-07 14:39:58 -05:00
Type Fix #5049 - assertion of !empty on bool makes true 2021-01-19 17:19:47 -05:00
TypeVisitor Fix #4837 - bind correct static class when checking mixin types 2020-12-14 22:51:32 -05: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 add support for 'COMPOSER' env variable for alternate name of 'composer.json' (#4275) 2020-10-03 02:26:37 -04:00
EventDispatcher.php Trigger dispatch even when only legacy hooks (#4962) 2021-01-08 19:51:26 -05:00
exception_handler.php
IncludeCollector.php
MethodIdentifier.php
ReferenceConstraint.php
RuntimeCaches.php