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-12-05 11:58:55 -05:00
..
Assignment Break out RedundantCast issues 2020-12-01 17:25:45 -05:00
BinaryOp Avoid false-positives while analysing memoised coalesce 2020-12-02 02:25:15 -05:00
Call Fix #4782 - don’t replace closure types with upper bounds when replacing class param types 2020-12-05 11:58:55 -05:00
Fetch Mixed array access should mark vars as used just in case 2020-12-03 13:09:08 -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 Ref #4753 - allow int literals to inform key type 2020-12-02 17:13:45 -05:00
AssignmentAnalyzer.php Fix #4759 – don’t generate assertion when assigning to same-named variable 2020-12-03 09:42:26 -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 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
CallAnalyzer.php Fix typos caused by Macbook Pro’s bad keyboard 2020-12-01 14:14:09 -05:00
CastAnalyzer.php Allow int casts if the type comes from calculation (#4768) 2020-12-03 23:15:07 -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 add native param types (#4137) 2020-09-06 19:36:47 -04:00
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 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
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 Fix a few issues 2020-12-01 18:26:15 -05:00
YieldFromAnalyzer.php