1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-06-14 15:30:25 -04:00
..
Assignment Add back supported for templated index assignment 2021-06-09 12:55:37 -04:00
BinaryOp Add preliminary support for literal-string 2021-06-14 15:30:25 -04:00
Call Fix #5918 - add new issue to detect unquoted strings 2021-06-10 17:43:04 -04:00
Fetch Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
ArrayAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ArrayCreationInfo.php Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428) 2021-03-19 21:44:44 -04:00
AssertionFinder.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
AssignmentAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
BinaryOpAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
BitwiseNotAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
BooleanNotAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
CallAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
CastAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
CloneAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
EmptyAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
EncapsulatedStringAnalyzer.php Add preliminary support for literal-string 2021-06-14 15:30:25 -04:00
EvalAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ExitAnalyzer.php Fix #5918 - add new issue to detect unquoted strings 2021-06-10 17:43:04 -04:00
ExpressionIdentifier.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IncDecExpressionAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IncludeAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
InstanceofAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IssetAnalyzer.php Remove some unused return values 2021-06-10 12:09:46 -04:00
MagicConstAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
MatchAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
NullsafeAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
PrintAnalyzer.php Fix #5918 - add new issue to detect unquoted strings 2021-06-10 17:43:04 -04:00
SimpleTypeInferer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
TernaryAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
UnaryPlusMinusAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
YieldAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
YieldFromAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00