.. |
Assignment
|
Support simple list assignment in foreach
|
2020-12-06 19:14:52 -05:00 |
BinaryOp
|
Fix #5097 - memoise more things during null coalesce
|
2021-01-26 23:10:57 -05:00 |
Call
|
Fix #5172 - prevent calling function with implicitly-broader type
|
2021-02-07 11:07:22 -05:00 |
Fetch
|
Allow refinement of $this properties based on subclass
|
2021-02-08 22:46:32 -05:00 |
ArrayAnalyzer.php
|
Add missing dataflow population in array spreads (#5059)
|
2021-01-20 17:42:11 -05:00 |
ArrayCreationInfo.php
|
Simplify ArrayAnalyzer
|
2020-11-27 14:19:55 -05:00 |
AssertionFinder.php
|
Ensure getId() output can always be parsed as a type
|
2021-01-25 23:41:51 -05:00 |
AssignmentAnalyzer.php
|
Fix #4839 - undefined possibly set in by-reference should be treated as such
|
2020-12-14 16:57:48 -05:00 |
BinaryOpAnalyzer.php
|
Narrow inference of $a <=> $b from "int" to "-1|0|1" (#4680)
|
2020-11-23 13:10:51 -05:00 |
BitwiseNotAnalyzer.php
|
|
|
BooleanNotAnalyzer.php
|
|
|
CallAnalyzer.php
|
Fix #4945 - use assertion string for scalar templated assertions
|
2021-01-07 10:27:35 -05:00 |
CastAnalyzer.php
|
Fix #5137 – support @psalm-flow in methods
|
2021-01-31 22:40:48 -05:00 |
CloneAnalyzer.php
|
|
|
EmptyAnalyzer.php
|
|
|
EncapsulatedStringAnalyzer.php
|
|
|
EvalAnalyzer.php
|
|
|
ExitAnalyzer.php
|
Fix #4599 - propagate taints to parent callers where necessary
|
2020-11-18 09:59:54 -05:00 |
ExpressionIdentifier.php
|
Tighten up rules arouund when mutation-free methods get memoised
|
2020-12-08 16:39:06 -05:00 |
IncDecExpressionAnalyzer.php
|
|
|
IncludeAnalyzer.php
|
Check if included files are listed in mustBeIgnored (#4911)
|
2020-12-29 14:05:17 +00:00 |
InstanceofAnalyzer.php
|
|
|
IssetAnalyzer.php
|
|
|
MagicConstAnalyzer.php
|
|
|
MatchAnalyzer.php
|
|
|
NullsafeAnalyzer.php
|
|
|
PrintAnalyzer.php
|
Fix #4599 - propagate taints to parent callers where necessary
|
2020-11-18 09:59:54 -05:00 |
SimpleTypeInferer.php
|
support shift and bitwise operations in constants (#4740)
|
2020-11-29 21:43:49 -05:00 |
TernaryAnalyzer.php
|
|
|
UnaryPlusMinusAnalyzer.php
|
|
|
YieldAnalyzer.php
|
Fix #4829 – don’t crash when yielding non-existent class
|
2020-12-11 10:04:28 -05:00 |
YieldFromAnalyzer.php
|
Check iterator types on yield from (#5042)
|
2021-01-20 17:41:15 -05:00 |