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-11-30 13:08:42 -05:00
..
FunctionLike Ensure class template types are mapped to static methods where necessary 2020-11-29 17:40:52 -05:00
Statements Break apart ArrayAssignmentAnalyzer::updateArrayType 2020-11-30 13:08:42 -05:00
AlgebraAnalyzer.php Fix overeager inference 2020-11-03 16:44:24 -05:00
AttributeAnalyzer.php Fix #4609 - add more attribute rules 2020-11-22 01:15:52 -05:00
CanAlias.php
ClassAnalyzer.php Ensure class template types are mapped to static methods where necessary 2020-11-29 17:40:52 -05:00
ClassLikeAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
ClosureAnalyzer.php Fix #4547 - mark unused uses 2020-11-13 13:13:29 -05:00
CommentAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
DataFlowNodeData.php
FileAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
InterfaceAnalyzer.php Fix #4609 - add more attribute rules 2020-11-22 01:15:52 -05:00
IssueData.php
MethodAnalyzer.php
MethodComparator.php Simplify calling of replacer methods 2020-11-29 16:27:00 -05:00
NamespaceAnalyzer.php Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
ProjectAnalyzer.php Add SARIF as report output (#4582) 2020-11-17 13:23:20 -05:00
ScopeAnalyzer.php Simplify assertion negations, centralising as much as possible 2020-11-19 14:32:49 -05:00
SourceAnalyzer.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
StatementsAnalyzer.php Remove fixable flag for Complexity issues (#4742) 2020-11-30 08:43:18 -05:00
TraitAnalyzer.php
TypeAnalyzer.php