1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-03-28 14:45:58 -04:00
..
FunctionLike Fix too-long line 2020-03-27 10:43:12 -04:00
Statements Improve detection of unused classes 2020-03-28 14:45:58 -04:00
AlgebraAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
CanAlias.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ClassAnalyzer.php Improve detection of unused classes 2020-03-28 14:45:58 -04:00
ClassLikeAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
ClosureAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
CommentAnalyzer.php Initial commit (#3013) 2020-03-24 18:32:57 -04:00
FileAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
FunctionAnalyzer.php Fix resolution of get_called_class 2020-03-27 09:51:53 -04:00
FunctionLikeAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
InterfaceAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
IssueData.php Use simpler method for generating links 2020-03-19 17:12:16 -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 Be better about strict inference 2020-03-25 09:18:49 -04:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php Don’t rescan everything when finding unused code 2020-03-27 09:45:54 -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 Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
TypeComparisonResult.php Fix #2275 - allow extended templated types to bypass mixed type coercion rules 2019-10-29 10:07:34 +00:00