Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $probably_real_assoc_array;
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return ConfigPluginSet::instance()->shouldSuppressIssue(
$code_base,
$context,
$issue_type,
$lineno,
Avoid too many return
statements within this method. Open
Open
return "Expected a list of strings: index $i is type '" . gettype($element) . "'";
Avoid too many return
statements within this method. Open
Open
return UnionType::fromFullyQualifiedPHPDocAndRealString('list<mixed>', '?list<mixed>');
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return Issue::UnusedPublicMethodParameter;
Avoid too many return
statements within this method. Open
Open
return $possible_return_nodes;
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return LiteralIntType::instanceForValue(2, false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $has_array ? $str_replace_types : $string_union_type;
Avoid too many return
statements within this method. Open
Open
return StringType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $string_union_type_with_false_in_real;
Avoid too many return
statements within this method. Open
Open
return LiteralIntType::instanceForValue(count($arg->getFieldTypes()), false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $type->hasKnownFQSEN();