Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return !$type->containsFalsey();
Avoid too many return
statements within this method. Open
Open
return [$type->asNonFalseyType()];
Avoid too many return
statements within this method. Open
Open
return $left_type->withUnionType($right_type)->asNormalizedTypes();
Avoid too many return
statements within this method. Open
Open
return self::STATUS_PROCEED;
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 $context;
Avoid too many return
statements within this method. Open
Open
return $make_literal_union_type(
LiteralIntType::instanceForValue($left_value ^ $right_value, false),
$real_int
);
Avoid too many return
statements within this method. Open
Open
return FloatType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $probably_int_or_float_type;
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return $probably_int_or_float_type;
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return $make_literal_union_type(
is_int($value) ? LiteralIntType::instanceForValue($value, false)
: LiteralFloatType::instanceForValue($value, false),
$real_int_or_float
);
Avoid too many return
statements within this method. Open
Open
return $type_list[0] ?? UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return $mapped_parameter;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;