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-10-13 11:22:40 +02:00
..
Assignment suppress or use the return type 2021-10-11 17:27:52 +02:00
BinaryOp refactor paradoxical conditions 2021-10-02 10:01:04 +02:00
Call Merge pull request #6642 from orklah/inside-conditional 2021-10-11 20:45:14 +02:00
Fetch fix errors 2021-10-02 10:01:05 +02:00
ArrayAnalyzer.php remove unneeded argument 2021-10-13 11:22:40 +02:00
ArrayCreationInfo.php
AssertionFinder.php Merge pull request #6628 from orklah/phpparser2 2021-10-11 20:42:32 +02:00
AssignmentAnalyzer.php suppress or use the return type 2021-10-11 17:27:52 +02:00
BinaryOpAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
BitwiseNotAnalyzer.php unused param 2021-09-26 22:36:17 +02:00
BooleanNotAnalyzer.php handle the case where analysis failed 2021-10-02 10:01:04 +02:00
CallAnalyzer.php fix brackets 2021-10-09 15:02:49 +02:00
CastAnalyzer.php coalesce operator 2021-09-26 23:34:31 +02: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 ->args to ->getArgs 2021-10-09 23:37:04 +02:00
IncDecExpressionAnalyzer.php rename class because it handles Div too now 2021-09-19 19:30:01 +02:00
IncludeAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02: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 ->args to ->getArgs 2021-10-09 23:37:04 +02: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 better behaviour in SimpleTypeInferer 2021-10-13 11:22:40 +02:00
TernaryAnalyzer.php allow ternary to override previous type when reassigning 2021-09-04 20:22:06 +02:00
UnaryPlusMinusAnalyzer.php fix UnaryMinus 2021-09-19 19:30:03 +02:00
YieldAnalyzer.php better combining 2021-09-25 11:21:06 +02:00
YieldFromAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00