1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-06-13 15:48:12 -04:00
..
FunctionLike Define mixin declaring classname 2020-05-26 23:32:07 -04:00
Statements Get type of requires 2020-06-13 15:48:12 -04:00
AlgebraAnalyzer.php
CanAlias.php Add non-empty-lowercase-string type 2020-05-15 10:18:05 -04:00
ClassAnalyzer.php Extending final class is prohibited #3037 (#3576) 2020-06-13 00:29:59 -04:00
ClassLikeAnalyzer.php
ClosureAnalyzer.php Fix #3417 - Treat $this as static-y 2020-05-22 13:32:26 -04:00
CommentAnalyzer.php Extending final class is prohibited #3037 (#3576) 2020-06-13 00:29:59 -04:00
FileAnalyzer.php Get type of requires 2020-06-13 15:48:12 -04:00
FunctionAnalyzer.php Migrate min/max function calls back to CallMap 2020-05-26 12:28:56 -04:00
FunctionLikeAnalyzer.php Add faster taint analysis 2020-05-22 12:33:29 -04:00
InterfaceAnalyzer.php
IssueData.php
MethodAnalyzer.php
MethodComparator.php Break up StatementsAnalyzer 2020-05-19 12:56:30 -04:00
NamespaceAnalyzer.php
ProjectAnalyzer.php Fix #3367 - ensure --diff works after second run, not third 2020-06-05 12:09:38 -04:00
ScopeAnalyzer.php Detect never-return statement same as a throw 2020-05-26 15:02:23 -04:00
SourceAnalyzer.php
StatementsAnalyzer.php Clean up comment parsing 2020-05-28 22:14:41 -04:00
TraitAnalyzer.php
TypeAnalyzer.php Fix #3571 - make callable():void valid for callable():?Foo 2020-06-12 14:26:31 -04:00
TypeComparisonResult.php