1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00
psalm/src/Psalm/Internal/Analyzer
2023-04-05 18:10:21 +03:00
..
FunctionLike code style 2023-01-05 09:44:23 +01:00
Statements Cleanup HighOrderFunctionArgHandler 2023-04-05 18:10:21 +03:00
AlgebraAnalyzer.php
AttributesAnalyzer.php
CanAlias.php
ClassAnalyzer.php Remove always-empty ClassAnalyzer leftover_stmts array 2023-03-16 07:03:10 +13:00
ClassLikeAnalyzer.php Remove always-empty ClassAnalyzer leftover_stmts array 2023-03-16 07:03:10 +13:00
ClassLikeNameOptions.php
ClosureAnalyzer.php Propagate phantom classes to closure context 2023-02-18 01:52:10 -04:00
CommentAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
DataFlowNodeData.php
FileAnalyzer.php
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Fix MissingThrowsDocblock when documented interface is extended by thrown exception interface 2023-03-16 12:01:16 +01:00
InterfaceAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
IssueData.php
MethodAnalyzer.php Forbid overriding built-in enum methods 2023-02-13 00:37:59 -04:00
MethodComparator.php Fixed issue message for missing @psalm-external-mutation-free 2023-02-15 03:58:50 -04:00
NamespaceAnalyzer.php Fix newly found issues 2023-03-11 05:23:49 -04:00
ProjectAnalyzer.php Merge tag '5.7.7' of https://github.com/vimeo/psalm into feature/upgrade-lsp-v5 2023-03-02 17:04:33 +00:00
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
TraitAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
TypeAnalyzer.php