1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 06:28:36 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2023-04-20 13:00:28 +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 Avoid wrong assertions when working with objects returned by methods 2023-04-20 13:00:28 +02:00
Fetch Don't expand template for property fetch on TObjectWithProperties 2023-04-17 23:18:03 +03: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 feature: introduce callable-object intersection type object&callable 2023-04-03 23:23:28 +02: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 fix: fix phpcs errors 2023-04-04 17:59:50 +02: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 Flatten match arm conditions to check conditions independently 2023-04-13 01:30:14 +02: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