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-12 11:05:50 -04:00
..
FunctionLike Break out template param collection 2020-03-11 23:15:15 -04:00
Statements Break apart FunctionCallAnalyzer::analyze method 2020-03-12 11:05:50 -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 Break out more methods 2020-03-11 23:38:49 -04:00
ClassLikeAnalyzer.php Don’t cache all traits 2020-03-02 22:27:54 -05:00
ClosureAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
CommentAnalyzer.php Fix #1799 - support trailing commas in type aliases 2020-03-05 15:36:28 -05:00
FileAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
FunctionAnalyzer.php Fix #2932 - don’t crash when trying to expand callable object-like array 2020-03-09 10:56:37 -04:00
FunctionLikeAnalyzer.php Break out more methods 2020-03-11 23:38:49 -04:00
InterfaceAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
IssueData.php Update issue levels 2020-02-17 16:32:16 -05:00
MethodAnalyzer.php Break out more methods 2020-03-11 23:38:49 -04:00
MethodComparator.php Break apart large methods 2020-03-12 01:19:11 -04:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -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 out methods into their own classes 2020-03-11 23:04:52 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
TypeComparisonResult.php Fix #2275 - allow extended templated types to bypass mixed type coercion rules 2019-10-29 10:07:34 +00:00