1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Analyzer
2021-02-25 21:20:05 -05:00
..
FunctionLike Fix #5172 - prevent calling function with implicitly-broader type 2021-02-07 11:07:22 -05:00
Statements Fix #5229 - new SomeTemplatedClass should expand out params even if none passed 2021-02-25 21:20:05 -05:00
AlgebraAnalyzer.php Fix overeager inference 2020-11-03 16:44:24 -05:00
AttributeAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
CanAlias.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
ClassAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -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 Fix vimeo/psalm#5255 (#5256) 2021-02-20 20:15:46 -05:00
CommentAnalyzer.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
DataFlowNodeData.php Rename ControlFlowGraph to more appropriate DataFlowGraph 2020-10-13 16:49:03 -04:00
FileAnalyzer.php adds statements list in the event (#4835) 2021-01-07 09:04:50 -05:00
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 Fix #4609 - add more attribute rules 2020-11-22 01:15:52 -05:00
IssueData.php Don't add link if the issue doesn't have a shortcode (#4786) 2020-12-06 11:29:05 -05:00
MethodAnalyzer.php Use generics to allow property subclassing 2021-02-09 11:40:52 -05:00
MethodComparator.php Fix #5264 - use accurate static type when calling parent method in trait 2021-02-23 20:48:22 -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 Add codeclimate.json report (#5030) 2021-01-16 00:48:35 -05:00
ScopeAnalyzer.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
SourceAnalyzer.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
StatementsAnalyzer.php Allow suppressing thrown interfaces and their descendants (#5178) 2021-02-07 21:08:29 -05:00
TraitAnalyzer.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
TypeAnalyzer.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00