1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/src/Psalm/Internal/Analyzer
2023-08-01 14:39:10 +03:00
..
FunctionLike
Statements Check if argument passed to isset() is valid 2023-08-01 14:39:10 +03:00
AlgebraAnalyzer.php
AttributesAnalyzer.php
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
ClosureAnalyzer.php
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
FileAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
FunctionAnalyzer.php
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
MethodComparator.php
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
SourceAnalyzer.php
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