1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-07-21 15:00:47 -04:00
..
FunctionLike Improve handling of array_map, faking out calls where nececssary 2020-06-25 13:05:34 -04:00
Statements Fix what source we give the afterMethodCall analysis hook 2020-07-21 15:00:47 -04:00
AlgebraAnalyzer.php
CanAlias.php Add ability to Go to Definition on Use statements (#3805) 2020-07-11 17:16:44 -04:00
ClassAnalyzer.php Fix #3860 - use correct trait element positions for nested error 2020-07-21 14:17:07 -04:00
ClassLikeAnalyzer.php
ClosureAnalyzer.php
CommentAnalyzer.php Fix #3742 - add null to type after possibly null array access 2020-07-05 09:12:07 -04:00
FileAnalyzer.php
FunctionAnalyzer.php Fix #3631 - better treatment for assignments in complex conditionals 2020-06-24 13:16:52 -04:00
FunctionLikeAnalyzer.php Fix going to definition on return type (#3806) 2020-07-11 17:14:39 -04:00
InterfaceAnalyzer.php
IssueData.php Fix #3676 - add multiline output for TaintedInput issues 2020-06-30 13:17:51 -04:00
MethodAnalyzer.php
MethodComparator.php Fix #3600 - conditional return should be removed before comparison 2020-06-17 12:57:50 -04:00
NamespaceAnalyzer.php
ProjectAnalyzer.php Support generating a .console report text file. (#3777) 2020-07-08 15:09:31 -04:00
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php Fix #3755 - prevent crash when throw class not found 2020-07-07 00:29:46 -04:00
TaintNodeData.php Fix #3676 - add multiline output for TaintedInput issues 2020-06-30 13:17:51 -04:00
TraitAnalyzer.php
TypeAnalyzer.php
TypeComparisonResult.php