Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return [
$match_case_node,
/**
* @param Node|string|int|float $cond_node
*/
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return SelfType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->canCastToNonNullableType($type);
Avoid too many return
statements within this method. Open
Open
return $this->isSubtypeOfNonNullableType($type);
Avoid too many return
statements within this method. Open
Open
return $type->isNull();
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return self::NOOP_SWITCH_COND_ANALYZER;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->canCastToNonNullableTypeHandlingTemplates($type, $code_base);
Avoid too many return
statements within this method. Open
Open
return new Tuple5(
$namespace,
$class_name,
$template_parameter_type_name_list,
$is_nullable,
Avoid too many return
statements within this method. Open
Open
return Suggestion::fromString(
'Did you mean ' . \implode(' or ', $suggestions)
);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return self::make(
$namespace,
$type_name,
$template_parameter_type_list,
$is_nullable,
Avoid too many return
statements within this method. Open
Open
return $this->namespace === '\\' && $this->name === 'Closure';