1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-12-06 12:47:27 -05:00
..
FunctionLike Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
Statements Consolidate some fixes from the binaryop branch 2019-12-06 12:47:27 -05: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 Be less forgiving when extending builtin generic classes 2019-11-30 09:32:21 -05:00
ClassLikeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ClosureAnalyzer.php Add working arrow-functions implementation 2019-11-26 23:52:26 -05:00
CommentAnalyzer.php Fix evaluation order of covariant template params before invariant ones 2019-11-30 01:02:23 -05:00
FileAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
FunctionAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
FunctionLikeAnalyzer.php Fix #2279 - add parameter typehint by default 2019-12-03 01:49:43 -05:00
InterfaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
MethodAnalyzer.php Support covariant return types & contravariant param types 2019-11-27 00:19:36 -05:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
ScopeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
SourceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
StatementsAnalyzer.php Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Allow callable-string to be used for callable 2019-12-01 01:15:14 -05:00
TypeComparisonResult.php Fix #2275 - allow extended templated types to bypass mixed type coercion rules 2019-10-29 10:07:34 +00:00