1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-05-23 21:38:09 -04:00
..
FunctionLike Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
Statements Add intermediary concat op node 2020-05-23 21:38:09 -04:00
AlgebraAnalyzer.php Convert method from recursive to inline 2020-03-29 19:42:22 -04:00
CanAlias.php Add non-empty-lowercase-string type 2020-05-15 10:18:05 -04:00
ClassAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
ClassLikeAnalyzer.php Fix #3096 - forget clauses in context after call 2020-04-08 01:03:37 -04:00
ClosureAnalyzer.php Fix #3417 - Treat $this as static-y 2020-05-22 13:32:26 -04:00
CommentAnalyzer.php Don’t error on badly-formatted taint annotation 2020-05-22 22:38:03 -04:00
FileAnalyzer.php Move parsing methods into internal namespace 2020-05-13 19:12:45 -04:00
FunctionAnalyzer.php Add faster taint analysis 2020-05-22 12:33:29 -04:00
FunctionLikeAnalyzer.php Add faster taint analysis 2020-05-22 12:33:29 -04:00
InterfaceAnalyzer.php Use more accurate means of determining whether function did return 2020-03-28 23:37:42 -04:00
IssueData.php Added new language server options and functionality. (#3161) 2020-04-17 00:47:18 -04:00
MethodAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
MethodComparator.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
NamespaceAnalyzer.php Refactor reference checks to use more appropriate properties 2020-03-28 16:30:56 -04:00
ProjectAnalyzer.php Added new language server options and functionality. (#3161) 2020-04-17 00:47:18 -04:00
ScopeAnalyzer.php Add slash 2020-01-27 12:26:06 -05:00
SourceAnalyzer.php Remove some unnecessary errors 2020-02-06 23:10:18 -05:00
StatementsAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
TypeComparisonResult.php Fix #2275 - allow extended templated types to bypass mixed type coercion rules 2019-10-29 10:07:34 +00:00