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-05-21 09:15:23 -04:00
..
Assignment Setting values on templated arrays should corrupt them 2021-05-05 00:46:43 -04:00
BinaryOp better inference of string increment (#5777) 2021-05-17 07:44:53 -05:00
Call Fix unused properties in Psalm’s own codebase 2021-05-21 09:15:23 -04:00
Fetch quote offset value (#5760) 2021-05-14 17:19:23 -04:00
ArrayAnalyzer.php Add tainting for array keys 2021-03-24 15:32:56 -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 Fix empty line 2021-05-19 15:20:28 -04:00
AssignmentAnalyzer.php Do not consider isset checks on static properties as redundant (#5525) 2021-04-25 15:53:07 -04:00
BinaryOpAnalyzer.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
CastAnalyzer.php Fix ##5795 - array casts should always be lists 2021-05-19 15:17:50 -04:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
EvalAnalyzer.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
ExitAnalyzer.php
ExpressionIdentifier.php
IncDecExpressionAnalyzer.php better inference of string increment (#5777) 2021-05-17 07:44:53 -05:00
IncludeAnalyzer.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
InstanceofAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
IssetAnalyzer.php
MagicConstAnalyzer.php
MatchAnalyzer.php Support enums (#5699) 2021-05-03 17:54:09 -04:00
NullsafeAnalyzer.php Fix #5542 - nullsafe method calls are assumed used 2021-03-31 10:08:52 -04:00
PrintAnalyzer.php
SimpleTypeInferer.php
TernaryAnalyzer.php
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php
YieldFromAnalyzer.php