Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return ['$this->' . $name];
Avoid too many return
statements within this method. Open
Open
return self::maybeFindParentType($is_nullable, $context, $code_base);
Avoid too many return
statements within this method. Open
Open
return $this->canCastToNonNullableTypeWithoutConfig($type);
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 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 false;
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $this->namespace === '\\' && $this->name === 'Closure';
Avoid too many return
statements within this method. Open
Open
return ['self::$' . $name];
Avoid too many return
statements within this method. Open
Open
return [
$switch_variable_node,
/**
* @param Node|string|int|float $cond_node
*/
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 [
$match_variable_node,
/**
* @param Node|string|int|float $cond_node
*/
Avoid too many return
statements within this method. Open
Open
return SelfType::instanceWithTemplateTypeList($is_nullable, $template_parameter_type_list);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $this->canCastTraversableToIterable($type);