1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2023-03-28 20:40:04 +02:00
..
Assignment fix #4460 2023-02-28 11:38:47 +01:00
BinaryOp added case with literal string 2023-02-28 00:22:34 +07:00
Call Merge pull request #9570 from klimick/first-class-callable-contextual-inference 2023-03-28 20:40:04 +02:00
Fetch Preserve PossiblyUndefinedVariable when fixing UnusedVariable 2023-02-25 20:08:01 +13:00
ArrayAnalyzer.php Correctly handle near-overflowing keys and flag autoincrement overflows 2023-03-12 19:57:14 -04:00
ArrayCreationInfo.php Drop misleading type 2023-03-12 20:12:19 -04:00
AssertionFinder.php Fixes #9384 2023-02-23 17:23:46 +01:00
AssignmentAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
BinaryOpAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
BitwiseNotAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
BooleanNotAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
CallAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
CastAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
ClassConstAnalyzer.php Flag class constant references where LHS is ordinary string 2023-02-15 02:57:00 -04:00
CloneAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EmptyAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EncapsulatedStringAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
EvalAnalyzer.php Set inside_call for eval expressions 2023-03-15 22:06:36 +13:00
ExitAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ExpressionIdentifier.php Require trailing commas 2022-12-18 13:20:31 -06:00
IncDecExpressionAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
IncludeAnalyzer.php dont report MissingFile error when file_exists is validated beforehand 2023-01-05 09:32:36 +01:00
InstanceofAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
IssetAnalyzer.php Mark internal classes @internal 2022-01-03 09:33:22 +02:00
MagicConstAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
MatchAnalyzer.php Fixes 2023-02-22 23:55:27 +01:00
NullsafeAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
PrintAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
SimpleTypeInferer.php Correctly handle near-overflowing keys and flag autoincrement overflows 2023-03-12 19:57:14 -04:00
TernaryAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
UnaryPlusMinusAnalyzer.php Don't crash on unary minus overflow 2023-03-07 12:29:40 -04:00
YieldAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
YieldFromAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00