1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-11-25 22:40:01 +01:00
..
Assignment replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
BinaryOp create a temporary var for coalescing ternaries 2021-11-05 20:07:35 +01:00
Call Taint can't transmit through numerics nor bool 2021-11-25 22:40:01 +01:00
Fetch Added phpcs SelfMemberReference rule, and applied 2021-11-07 15:47:39 +09:00
ArrayAnalyzer.php Merge pull request #6660 from orklah/cleanup4 2021-10-14 00:12:21 +02:00
ArrayCreationInfo.php
AssertionFinder.php makes $_SESSION possibly undefined 2021-11-04 22:45:46 +01:00
AssignmentAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
BinaryOpAnalyzer.php fix comment 2021-11-04 00:31:22 +01:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Added support of asserting properties of objects out of scope 2021-10-17 21:29:25 +13:00
CastAnalyzer.php Array cast pass taints 2021-11-04 00:29:36 +01:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php
EvalAnalyzer.php Added option to forbid eval() in codebase #6855 2021-11-07 21:06:22 +01:00
ExitAnalyzer.php Merge pull request #6793 from orklah/unevaluatedCode 2021-11-01 23:41:36 +01:00
ExpressionIdentifier.php
IncDecExpressionAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
IncludeAnalyzer.php
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php
MatchAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
NullsafeAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
PrintAnalyzer.php
SimpleTypeInferer.php
TernaryAnalyzer.php fix type leaking when using ternaries 2021-10-23 18:58:05 +02:00
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php
YieldFromAnalyzer.php