1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Analyzer
Matt Brown 9eda9f9bbf Fix cs
2021-05-17 19:44:55 -04:00
..
FunctionLike Fix cs 2021-05-17 19:44:55 -04:00
Statements better inference of string increment (#5777) 2021-05-17 07:44:53 -05:00
AlgebraAnalyzer.php
AttributeAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
CanAlias.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
ClassAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ClassLikeAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ClassLikeNameOptions.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ClosureAnalyzer.php Allow undefined variable detection in arrow functions (#5343) 2021-03-11 00:06:23 -05:00
CommentAnalyzer.php Fix many uses of offsets 2021-03-23 01:30:51 -04:00
DataFlowNodeData.php
FileAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
FunctionAnalyzer.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00
FunctionLikeAnalyzer.php Fix switch-with-continue bug 2021-05-17 07:27:58 -05:00
InterfaceAnalyzer.php
IssueData.php Add hints for MixedAssignment issues 2021-03-17 01:10:42 -04:00
MethodAnalyzer.php Prevent crash when method being called does not exist in reflection 2021-05-13 12:40:39 -04:00
MethodComparator.php Check for ParamName even for method with only one param (#5732) 2021-05-08 19:33:48 -04:00
NamespaceAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ProjectAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
ScopeAnalyzer.php Fix cs 2021-05-17 19:44:55 -04:00
SourceAnalyzer.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
StatementsAnalyzer.php Allow suppressing thrown interfaces and their descendants (#5178) 2021-02-07 21:08:29 -05:00
TraitAnalyzer.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
TypeAnalyzer.php