1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/src/Psalm/Internal/Analyzer
2023-08-13 05:56:33 +02:00
..
FunctionLike code style 2023-01-05 09:44:23 +01:00
Statements Correct type for $enum->name 2023-08-13 05:56:33 +02:00
AlgebraAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
AttributesAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
CanAlias.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ClassAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ClassLikeAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ClassLikeNameOptions.php Use php-cs-fixer to clean up docblocks 2022-12-13 20:46:43 -06:00
ClosureAnalyzer.php Propagate phantom classes to closure context 2023-02-18 01:52:10 -04:00
CommentAnalyzer.php Fixed PHPCS errors for CommentAnalyzer (Multi-line function calls must have a trailing comma after the last parameter). 2023-07-15 19:11:15 +02:00
DataFlowNodeData.php SlevomatCodingStandard.Commenting.DocCommentSpacing 2022-12-14 13:34:41 -06:00
FileAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
FunctionAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
FunctionLikeAnalyzer.php bugfix: do not report required closure arguments as unused 2023-04-10 01:54:03 +02:00
InterfaceAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
IssueData.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
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 Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ProjectAnalyzer.php Support project analysis with file diffing in tests 2023-06-24 14:29:28 +02:00
ScopeAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
SourceAnalyzer.php SlevomatCodingStandard.Commenting.DocCommentSpacing 2022-12-14 13:34:41 -06:00
StatementsAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
TraitAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
TypeAnalyzer.php SlevomatCodingStandard.Commenting.DocCommentSpacing 2022-12-14 13:34:41 -06:00