1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer
2021-02-14 12:07:15 -05:00
..
FunctionLike Fix #5172 - prevent calling function with implicitly-broader type 2021-02-07 11:07:22 -05:00
Statements Fix param 2021-02-13 16:23:11 -05:00
AlgebraAnalyzer.php
AttributeAnalyzer.php
CanAlias.php
ClassAnalyzer.php Fix #5194 - don’t warn when redefining core class properties 2021-02-11 14:12:25 -05:00
ClassLikeAnalyzer.php Remove all (but one) properity declarations that needed NonInvariantDocblockPropertyType suppressed (#5174) 2021-02-08 09:36:42 -05:00
ClosureAnalyzer.php Use generics to allow property subclassing 2021-02-09 11:40:52 -05:00
CommentAnalyzer.php Enforce property type invariance (#5131) 2021-01-31 11:32:24 -05:00
DataFlowNodeData.php
FileAnalyzer.php
FunctionAnalyzer.php Use generics to allow property subclassing 2021-02-09 11:40:52 -05:00
FunctionLikeAnalyzer.php Fix #5219 - invalidate cache for changed params 2021-02-14 12:07:15 -05:00
InterfaceAnalyzer.php
IssueData.php
MethodAnalyzer.php Use generics to allow property subclassing 2021-02-09 11:40:52 -05:00
MethodComparator.php Fix #5127 - delay transformation of base classes based on inheritance until later 2021-01-31 12:33:07 -05:00
NamespaceAnalyzer.php Add less severe issue for docblock property type invariance cc @bdsl 2021-02-07 00:52:29 -05:00
ProjectAnalyzer.php
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php Allow suppressing thrown interfaces and their descendants (#5178) 2021-02-07 21:08:29 -05:00
TraitAnalyzer.php
TypeAnalyzer.php