1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2020-08-26 12:18:34 -04:00
..
Assignment Prevent unset on immutable properties 2020-08-26 12:18:34 -04:00
BinaryOp Use immutable data structures for clause calculations 2020-08-26 10:41:47 -04:00
Call Create empty params by default for SplObjectStorage 2020-08-25 11:52:21 -04:00
Fetch Prevent unset on immutable properties 2020-08-26 12:18:34 -04:00
ArrayAnalyzer.php Fix #3712 - allow taints to be suppressed with @psalm-suppress 2020-07-01 23:23:45 -04:00
AssertionFinder.php Fix #3741 - detect scalar class constants in if-true assertions 2020-08-12 17:03:41 -04:00
AssignmentAnalyzer.php Fix #4036 - add immutable annotations automatically too 2020-08-24 19:29:00 -04:00
BinaryOpAnalyzer.php Fix #4036 - add immutable annotations automatically too 2020-08-24 19:29:00 -04:00
BitwiseNotAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
BooleanNotAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
CallAnalyzer.php Fix bugs 2020-07-26 15:21:05 -04:00
CastAnalyzer.php Perform string casting for taints in ArgumentAnalyzer 2020-06-29 13:21:33 -04:00
CloneAnalyzer.php Allow cloning interfaces 2020-07-01 11:14:31 -04:00
EmptyAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
EncapsulatedStringAnalyzer.php Fix #3712 - allow taints to be suppressed with @psalm-suppress 2020-07-01 23:23:45 -04:00
EvalAnalyzer.php Fix #3712 - allow taints to be suppressed with @psalm-suppress 2020-07-01 23:23:45 -04:00
ExitAnalyzer.php Fix #3681 - taint exit like echo 2020-06-25 17:17:08 -04:00
ExpressionIdentifier.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
IncDecExpressionAnalyzer.php Fix #3914 - treat $i++ like $i = $i + 1 2020-07-31 11:26:54 -04:00
IncludeAnalyzer.php Add some pure annotations 2020-08-23 13:52:31 -04:00
InstanceofAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
IssetAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
MagicConstAnalyzer.php __TRAIT__ can be string or non-empty-string (#3469) 2020-05-27 19:23:46 -04:00
PrintAnalyzer.php Mark print() statement as the same sink type as echo (#3669) 2020-06-24 17:23:16 -04:00
SimpleTypeInferer.php Infer better types for magic constants used in const initializers (#3602) 2020-06-18 09:48:51 -04:00
TernaryAnalyzer.php Use immutable data structures for clause calculations 2020-08-26 10:41:47 -04:00
UnaryPlusMinusAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
YieldAnalyzer.php quit using combineUnionTypes, when specific TSend provided. (#3966) 2020-08-09 08:26:10 -04:00
YieldFromAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00