Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $real_nullable_array;
Avoid too many return
statements within this method. Open
Open
return $json_decode_object_types;
Avoid too many return
statements within this method. Open
Open
return $string_or_false;
Avoid too many return
statements within this method. Open
Open
return $result_types->withRealTypeSet($nullable_array_type_set);
Avoid too many return
statements within this method. Open
Open
return Type::fromObject($result)->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return StringType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $key_type->withType($null_type)->withRealTypeSet($int_or_string_or_null->getRealTypeSet());
Avoid too many return
statements within this method. Open
Open
return UnionType::fromFullyQualifiedRealString('?array');
Avoid too many return
statements within this method. Open
Open
return $false_type->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $left;
Avoid too many return
statements within this method. Open
Open
return [];
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 $result ?: [$class::fromElementType(MixedType::instance(false), $type->isNullable(), $type->getKeyType())];
Avoid too many return
statements within this method. Open
Open
return [$type];
Avoid too many return
statements within this method. Open
Open
return $left_flags + $right_flags;
Avoid too many return
statements within this method. Open
Open
return \is_string($name) && \strcasecmp($name, $const_name) === 0;