.. |
Assignment
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
BinaryOp
|
add native return types (#4116)
|
2020-09-04 16:26:33 -04:00 |
Call
|
Fix #4070 - prevent literal strpos argument
|
2020-09-10 18:28:34 -04:00 |
Fetch
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
ArrayAnalyzer.php
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |
AssertionFinder.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
AssignmentAnalyzer.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
BinaryOpAnalyzer.php
|
Fix #4077 - always track closure purity
|
2020-08-28 12:42:55 -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
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
CastAnalyzer.php
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |
CloneAnalyzer.php
|
Allow cloning interfaces
|
2020-07-01 11:14:31 -04:00 |
EmptyAnalyzer.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -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
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
IncDecExpressionAnalyzer.php
|
Fix #3914 - treat $i++ like $i = $i + 1
|
2020-07-31 11:26:54 -04:00 |
IncludeAnalyzer.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
InstanceofAnalyzer.php
|
Make ExpressionAnalyzer more beautiful
|
2020-05-18 15:13:27 -04:00 |
IssetAnalyzer.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -04:00 |
MagicConstAnalyzer.php
|
__TRAIT__ can be string or non-empty-string (#3469)
|
2020-05-27 19:23:46 -04:00 |
MatchAnalyzer.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -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
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
TernaryAnalyzer.php
|
Fix #4109 - detect duplicate match condition
|
2020-09-02 20:08:09 -04:00 |
UnaryPlusMinusAnalyzer.php
|
Make ExpressionAnalyzer more beautiful
|
2020-05-18 15:13:27 -04:00 |
YieldAnalyzer.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -04:00 |
YieldFromAnalyzer.php
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |