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
2021-07-31 21:59:35 +02:00
..
Assignment Add support for native PHP readonly 2021-07-21 13:29:07 -04:00
BinaryOp Merge pull request #6167 from orklah/non-div-with-numeric-and-int 2021-07-25 13:56:48 +03:00
Call Merge pull request #6205 from orklah/typos 2021-07-29 22:31:03 +03:00
Fetch Merge pull request #6130 from weirdan/forbid-dynamic-access-to-static-props 2021-07-19 16:11:29 +03: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 replace > by @ 2021-07-31 21:59:35 +02:00
AssignmentAnalyzer.php fix typos 2021-07-29 20:59:52 +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 #6066 - introduce more robust system for capturing template constraints (#6072) 2021-07-11 12:03:21 -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 Enforce use sort (#5900) 2021-06-07 22:55:21 -04: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 Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
TernaryAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
UnaryPlusMinusAnalyzer.php Unary plus and minus mark operand as used 2021-07-21 01:15:51 +03:00
YieldAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
YieldFromAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00