1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2022-05-19 22:32:14 -04:00
..
Assignment Simplify loop logic a little 2022-03-02 18:49:57 -05:00
BinaryOp Merge pull request #7887 from ging-dev/lsp-fixes 2022-04-27 10:13:17 -04:00
Call Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
Fetch Document @psalm-ignore-variable-* 2022-04-27 01:46:13 -04:00
ArrayAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
ArrayCreationInfo.php
AssertionFinder.php Add a few additional dupes 2022-04-01 12:19:29 +02:00
AssignmentAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
BinaryOpAnalyzer.php Add a few additional dupes 2022-04-01 12:19:29 +02:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Add test 2022-04-27 01:47:02 -04:00
CastAnalyzer.php Improve bool to int casting. 2022-02-18 13:22:17 -06:00
ClassConstAnalyzer.php More class const improvements. 2022-02-13 17:19:25 -06:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php
EvalAnalyzer.php
ExitAnalyzer.php
ExpressionIdentifier.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
IncDecExpressionAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
IncludeAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
MatchAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
NullsafeAnalyzer.php
PrintAnalyzer.php
SimpleTypeInferer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
TernaryAnalyzer.php Fix #7968 - combine and simplify types where necessary in ternary analysis 2022-05-19 22:32:14 -04:00
UnaryPlusMinusAnalyzer.php remove TPositiveInt 2022-01-23 23:49:23 +01:00
YieldAnalyzer.php
YieldFromAnalyzer.php