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
2020-11-30 22:10:17 -05:00
..
Assignment Fix lint 2020-11-30 13:25:27 -05:00
BinaryOp support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
Call Break apart method as much as possible 2020-11-30 14:07:18 -05:00
Fetch Improve param name 2020-11-29 17:26:42 -05:00
ArrayAnalyzer.php Simplify ArrayAnalyzer 2020-11-27 14:19:55 -05:00
ArrayCreationInfo.php Simplify ArrayAnalyzer 2020-11-27 14:19:55 -05:00
AssertionFinder.php Fix #4743 - simplify assertions generated from array_key_exists check 2020-11-30 22:10:17 -05:00
AssignmentAnalyzer.php Break up AssignmentAnalyzer::analyze 2020-11-30 14:57:35 -05:00
BinaryOpAnalyzer.php Narrow inference of $a <=> $b from "int" to "-1|0|1" (#4680) 2020-11-23 13:10:51 -05:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Fix #4731 - expand out class-bound generic types when evaluating instance method 2020-11-29 21:36:50 -05:00
CastAnalyzer.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php Fix #4527 - improve interpolated string types 2020-11-11 00:38:26 -05:00
EvalAnalyzer.php Break out TaintedInput issues into a lot of separate ones 2020-11-17 12:44:31 -05:00
ExitAnalyzer.php Fix #4599 - propagate taints to parent callers where necessary 2020-11-18 09:59:54 -05:00
ExpressionIdentifier.php
IncDecExpressionAnalyzer.php Fix #4467 - variables are only the same if they were set in the same location 2020-11-01 11:26:42 -05:00
IncludeAnalyzer.php Break out TaintedInput issues into a lot of separate ones 2020-11-17 12:44:31 -05:00
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php
MatchAnalyzer.php Fix #4544 - improve handling of get_class in match 2020-11-13 11:55:42 -05:00
NullsafeAnalyzer.php Misc improvements (#4314) 2020-10-15 13:23:35 -04:00
PrintAnalyzer.php Fix #4599 - propagate taints to parent callers where necessary 2020-11-18 09:59:54 -05:00
SimpleTypeInferer.php support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
TernaryAnalyzer.php Consolidate similar functionality 2020-11-07 00:58:20 -05:00
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php Break apart InstancePropertyFetchAnalyzer and others 2020-10-15 09:21:44 -04:00
YieldFromAnalyzer.php