1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2020-10-07 18:01:41 -04:00
..
Assignment feature: universal object crates (#3948) 2020-10-07 09:56:21 -04:00
BinaryOp Fix addition of int and string type 2020-10-07 18:01:41 -04:00
Call Warn about impossible/redundant conditions in RHS of || 2020-10-07 17:04:01 -04:00
Fetch feature: universal object crates (#3948) 2020-10-07 09:56:21 -04:00
ArrayAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
AssertionFinder.php 4.x - add support for get_debug_type function 2020-10-02 19:15:47 -04:00
AssignmentAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
BinaryOpAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
BitwiseNotAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
BooleanNotAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
CallAnalyzer.php Support @no-named-args when calling in PHP 8 2020-10-02 20:58:51 -04:00
CastAnalyzer.php Elevate trait mismatch issues in PHP 8.0 2020-10-03 22:59:43 -04:00
CloneAnalyzer.php Allow cloning interfaces 2020-07-01 11:14:31 -04:00
EmptyAnalyzer.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
EncapsulatedStringAnalyzer.php Add improvements from unused variable checks 2020-09-28 00:45:02 -04:00
EvalAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ExitAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ExpressionIdentifier.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
IncDecExpressionAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
IncludeAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
InstanceofAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
IssetAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MagicConstAnalyzer.php __TRAIT__ can be string or non-empty-string (#3469) 2020-05-27 19:23:46 -04:00
MatchAnalyzer.php unused use statements (#4228) 2020-09-22 01:10:46 -04:00
NullsafeAnalyzer.php 4.x - add support for the nullsafe operator 2020-10-03 20:21:52 -04:00
PrintAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
SimpleTypeInferer.php 4.x - move class constants into their own storage object 2020-10-05 09:50:32 -04:00
TernaryAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
UnaryPlusMinusAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
YieldAnalyzer.php Add improvements from unused variable checks 2020-09-28 00:45:02 -04:00
YieldFromAnalyzer.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00