Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return [
'count' => $zero_count_callback,
'is_null' => $remove_null_cb,
'is_array' => $remove_array_callback,
'is_bool' => $remove_bool_callback,
Avoid too many return
statements within this method. Open
Open
return $code_base->getGlobalConstantByFQSEN($fqsen);
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return $context->withScopeVariable(new Variable(
$context->withLineNumberStart($node->lineno ?? 0),
$var_name,
$new_type, // can be array or (unlikely) ArrayAccess
0
Avoid too many return
statements within this method. Open
Open
return $union_type;
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return null; // $old_fqsen was not an alternative
Avoid too many return
statements within this method. Open
Open
return null;
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);