1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-03-13 14:12:55 -05:00
..
Assignment Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
BinaryOp fix int overflow (#5369) 2021-03-12 13:24:00 -05:00
Call Prevent overwriting storage type during analysis 2021-03-13 14:12:55 -05:00
Fetch Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
ArrayAnalyzer.php Add missing dataflow population in array spreads (#5059) 2021-01-20 17:42:11 -05:00
ArrayCreationInfo.php Simplify ArrayAnalyzer 2020-11-27 14:19:55 -05:00
AssertionFinder.php Fix array_key_exists() with all int literal keys (#5197) 2021-02-12 17:00:38 -05:00
AssignmentAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -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 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 Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
CastAnalyzer.php Track variable usage in bool to int casts (#5349) 2021-03-11 00:08:32 -05: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 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 Tighten up rules arouund when mutation-free methods get memoised 2020-12-08 16:39:06 -05:00
IncDecExpressionAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
IncludeAnalyzer.php Check if included files are listed in mustBeIgnored (#4911) 2020-12-29 14:05:17 +00:00
InstanceofAnalyzer.php Improve completion for namespaced classes 2021-02-14 23:25:13 -05: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 Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
NullsafeAnalyzer.php Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05: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 Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
YieldAnalyzer.php Fix #4829 – don’t crash when yielding non-existent class 2020-12-11 10:04:28 -05:00
YieldFromAnalyzer.php Check iterator types on yield from (#5042) 2021-01-20 17:41:15 -05:00