1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2020-07-31 14:56:29 -04:00
..
Assignment Allow binding of static to current final class 2020-07-25 17:26:07 -04:00
BinaryOp Fix #3914 - treat $i++ like $i = $i + 1 2020-07-31 11:26:54 -04:00
Call Fix #3913 properly 2020-07-31 14:56:29 -04:00
Fetch Detect bad class constants more explicitly 2020-07-24 15:38:56 -04:00
ArrayAnalyzer.php Fix #3712 - allow taints to be suppressed with @psalm-suppress 2020-07-01 23:23:45 -04:00
AssertionFinder.php Prevent bool > 1 in strict mode 2020-07-30 11:25:47 -04:00
AssignmentAnalyzer.php Don’t register new assignment inside isset expr 2020-07-31 12:44:01 -04:00
BinaryOpAnalyzer.php Prevent bool > 1 in strict mode 2020-07-30 11:25:47 -04:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
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
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
IncDecExpressionAnalyzer.php Fix #3914 - treat $i++ like $i = $i + 1 2020-07-31 11:26:54 -04:00
IncludeAnalyzer.php Fix #3712 - allow taints to be suppressed with @psalm-suppress 2020-07-01 23:23:45 -04:00
InstanceofAnalyzer.php
IssetAnalyzer.php
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
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
YieldFromAnalyzer.php