Showing 4,939 of 4,939 total issues
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 false;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $result ?: [$class::fromElementType(MixedType::instance(false), $type->isNullable(), $type->getKeyType())];
Avoid too many return
statements within this method. Open
Open
return [$type];
Avoid too many return
statements within this method. Open
Open
return $left_flags + $right_flags;
Avoid too many return
statements within this method. Open
Open
return \is_string($name) && \strcasecmp($name, $const_name) === 0;
Avoid too many return
statements within this method. Open
Open
return $nullable_string_union_type;
Avoid too many return
statements within this method. Open
Open
return $json_decode_object_types;
Avoid too many return
statements within this method. Open
Open
return $real_int_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $int_or_string;
Avoid too many return
statements within this method. Open
Open
return $mixed_type->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return UnionType::fromFullyQualifiedPHPDocAndRealString('list', 'array|false');
Avoid too many return
statements within this method. Open
Open
return Issue::fromType(Issue::ParamTypeMismatch)(
$context->getFile(),
$context->getLineNumberStart(),
[
($i + 1),
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 [
'array_udiff' => $array_udiff_callback,
'array_diff_uassoc' => $array_udiff_callback,
'array_uintersect_assoc' => $array_udiff_callback,
'array_intersect_ukey' => $array_udiff_callback,
Avoid too many return
statements within this method. Open
Open
return self::extractIncrementDirectionForAssignOp($code_base, $context, $var_name, $cond_node->children['expr'], $is_subtraction);