Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $condition->analyzeComplexCondition($this, $tmp, $expr_node);
Avoid too many return
statements within this method. Open
Open
return $context->withScopeVariable(
$variable
);
Avoid too many return
statements within this method. Open
Open
return FloatType::instance(false)->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return $int_or_float ?? ($int_or_float = UnionType::fromFullyQualifiedPHPDocString('int|float'));
Avoid too many return
statements within this method. Open
Open
return $make_literal_union_type(
LiteralIntType::instanceForValue($value, false),
$real_int
);
Avoid too many return
statements within this method. Open
Open
return (new BlockAnalysisVisitor($code_base, clone($context)))->__invoke(
$definition_node
);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return [$type];
Avoid too many return
statements within this method. Open
Open
return [$type->withIsNullable(false)];
Avoid too many return
statements within this method. Open
Open
return $make_literal_union_type(
is_int($value) ? LiteralIntType::instanceForValue($value, false)
: LiteralFloatType::instanceForValue($value, false),
$real_int_or_float
);
Avoid too many return
statements within this method. Open
Open
return $make_literal_union_type(
is_int($value) ? LiteralIntType::instanceForValue($value, false)
: LiteralFloatType::instanceForValue($value, false),
$real_int_or_float
);
Avoid too many return
statements within this method. Open
Open
return $probably_array_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return (new AssignmentVisitor(
$this->code_base,
$this->context,
$node,
$new_type
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return $right_type;
Avoid too many return
statements within this method. Open
Open
return $context;