Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return FalseType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return $make(\reset($types), $key_type);
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 true;
Avoid too many return
statements within this method. Open
Open
return ObjectType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return self::parseGenericArrayTypeFromTemplateParameterList($template_parameter_type_list, $is_nullable, false, false);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return CallableArrayType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return NonEmptyStringType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return ResourceType::instance($is_nullable);
Avoid too many return
statements within this method. Open
Open
return $make(MixedType::instance(false), $key_type);
Avoid too many return
statements within this method. Open
Open
return NonEmptyListType::fromElementType(
MixedType::instance(false),
$is_nullable
);
Avoid too many return
statements within this method. Open
Open
return self::fromEscapedLiteralScalar($type_name);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $php70_map;
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;
Avoid too many return
statements within this method. Open
Open
return NonEmptyAssociativeArrayType::fromElementType(MixedType::instance(false), $is_nullable, GenericArrayType::KEY_MIXED);