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
Tyson Andre 7df819e585 Unrelated: Use strict_equality instead of loose_equality for === checks
(`=` is strict equality, `~` is loose equality)
2021-09-06 21:44:19 -04:00
..
Assignment Add support for native PHP readonly 2021-07-21 13:29:07 -04:00
BinaryOp CS 2021-08-09 20:46:15 +02:00
Call Merge pull request #6339 from niconoe-/allow-object-on-array_walk 2021-08-31 23:45:10 +03:00
Fetch introduce $definite_class flag and use it to avoid using final keyword for simple inference 2021-08-19 23:19:59 +02:00
ArrayAnalyzer.php Fix #6061 — delay analysis of array value except when unpacking (#6081) 2021-07-12 17:05:33 -04:00
ArrayCreationInfo.php Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428) 2021-03-19 21:44:44 -04:00
AssertionFinder.php Unrelated: Use strict_equality instead of loose_equality for === checks 2021-09-06 21:44:19 -04:00
AssignmentAnalyzer.php ignore UnnecessaryVarAnnotation 2021-08-05 21:05:44 +02:00
BinaryOpAnalyzer.php Use more accurate variable name 2021-06-25 09:54:39 -04:00
BitwiseNotAnalyzer.php added dataflow to stringy bitwise op, bitwise not op (fix 5957) 2021-07-13 10:05:21 +05:00
BooleanNotAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
CallAnalyzer.php Fix space 2021-07-31 21:15:26 -04:00
CastAnalyzer.php Use more accurate variable name 2021-06-25 09:54:39 -04:00
CloneAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
EmptyAnalyzer.php 😓 2021-09-02 20:39:03 +02:00
EncapsulatedStringAnalyzer.php Rename class and make it type-hintable 2021-06-14 16:02:59 -04:00
EvalAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ExitAnalyzer.php Consider print, and conditionally exit / die impure 2021-07-27 13:26:54 +01:00
ExpressionIdentifier.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IncDecExpressionAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
IncludeAnalyzer.php [BUGFIX] Specialize TaintSink in IncludeAnalyzer (#5986) 2021-06-23 08:27:03 -04:00
InstanceofAnalyzer.php Use more accurate variable name 2021-06-25 09:54:39 -04:00
IssetAnalyzer.php Remove some unused return values 2021-06-10 12:09:46 -04:00
MagicConstAnalyzer.php Improve resolution of __METHOD__ and __FUNCTION__ 2021-07-03 10:01:53 +02:00
MatchAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
NullsafeAnalyzer.php Use more accurate variable name 2021-06-25 09:54:39 -04:00
PrintAnalyzer.php Consider print, and conditionally exit / die impure 2021-07-27 13:26:54 +01:00
SimpleTypeInferer.php introduce $definite_class flag and use it to avoid using final keyword for simple inference 2021-08-19 23:19:59 +02:00
TernaryAnalyzer.php allow ternary to override previous type when reassigning 2021-09-04 20:22:06 +02:00
UnaryPlusMinusAnalyzer.php Unary plus and minus mark operand as used 2021-07-21 01:15:51 +03:00
YieldAnalyzer.php ignore UnnecessaryVarAnnotation 2021-08-05 21:05:44 +02:00
YieldFromAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00