Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $type instanceof CallableType ||
$type instanceof MixedType ||
$type instanceof TemplateType;
Avoid too many return
statements within this method. Open
Open
return new self($type_list, true, $real_type_set);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return !$context->isStrictTypes();
Avoid too many return
statements within this method. Open
Open
return new self($type_list, false, $real_type_set);
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 true;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return parent::canCastToNonNullableType($type);
Avoid too many return
statements within this method. Open
Open
return !$union_type->isPossiblyUndefined();
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 parent::canCastToNonNullableType($type);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $source_type->withIsNullable(false)->canCastToAnyTypeInSetHandlingTemplates($target_type_set, $code_base);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;