1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 22:49:31 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-12-06 02:25:40 +03:00
..
Assignment Return type hints (#7065) 2021-12-05 19:51:26 +02:00
BinaryOp Return type hints (#7065) 2021-12-05 19:51:26 +02:00
Call Return type hints (#7065) 2021-12-05 19:51:26 +02:00
Fetch Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ArrayAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ArrayCreationInfo.php Fix fqn usage in php-doc 2021-12-04 03:37:19 +01:00
AssertionFinder.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
AssignmentAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
BinaryOpAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
BitwiseNotAnalyzer.php Migrate most IssueBuffer::accepts calls to IssueBuffer::maybeAdd (#7020) 2021-11-29 14:54:17 -05:00
BooleanNotAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
CallAnalyzer.php try to fix generic assertions for list and array 2021-12-06 02:25:40 +03:00
CastAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
CloneAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
EmptyAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
EncapsulatedStringAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
EvalAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ExitAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ExpressionIdentifier.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
IncDecExpressionAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
IncludeAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
InstanceofAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
IssetAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
MagicConstAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
MatchAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
NullsafeAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
PrintAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
SimpleTypeInferer.php Import instead of using fqn classes 2021-12-03 21:40:18 +01:00
TernaryAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
UnaryPlusMinusAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
YieldAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
YieldFromAnalyzer.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00