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-10-23 10:39:09 +03:00
..
FunctionLike Changed error message for never return error 2023-10-04 21:00:04 +02:00
Statements fix @param-out with named arguments 2023-10-23 10:39:09 +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 InheritorViolation was only being triggered on grand-childen classes 2023-08-31 23:12:07 +02:00
ClassLikeAnalyzer.php More rector fixes 2023-10-21 20:45:09 +02:00
ClassLikeNameOptions.php
ClosureAnalyzer.php Propagate phantom classes to closure context 2023-02-18 01:52:10 -04:00
CommentAnalyzer.php Rector fixes 2023-10-21 20:44:04 +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 Disallow never type for parameters 2023-10-08 20:47:37 +02:00
InterfaceAnalyzer.php Apply psalm-inheritors to interfaces too 2023-08-31 23:12:10 +02: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 Emit MethodSignatureMismatch when descendant does not return by reference 2023-10-03 03:41:11 +02:00
NamespaceAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ProjectAnalyzer.php Throw and catch exception when specified PHP version is invalid 2023-08-19 00:14:39 +03:00
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php More rector fixes 2023-10-21 20:45:09 +02:00
TraitAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
TypeAnalyzer.php