Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return NonZeroIntType::instance($type->isNullable());
Avoid too many return
statements within this method. Open
Open
return $condition->analyzeCall($this, $var_node, $expr_node);
Avoid too many return
statements within this method. Open
Open
return $condition->analyzeVar($this, $var, $expr_node);
Avoid too many return
statements within this method. Open
Open
return $this->context->withScopeVariable(
$variable
);
Avoid too many return
statements within this method. Open
Open
return is_string($var_name) ? $var_name : null;
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_unknown_type;
Avoid too many return
statements within this method. Open
Open
return $string_array_type;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return $this->analyzeAndUpdateToBeCompared($node->children['left'], $node->children['right'], flags\BINARY_IS_GREATER_OR_EQUAL);
Avoid too many return
statements within this method. Open
Open
return $null_type_set ?? ($null_type_set = UnionType::typeSetFromString('null'));
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $code_base->getClassConstantByFQSEN($fqsen);
Avoid too many return
statements within this method. Open
Open
return UnionType::fromFullyQualifiedRealString('int|float');
Avoid too many return
statements within this method. Open
Open
return $right_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return $this->analyzeAndUpdateToBeIdentical($node->children['left'], $node->children['right']);