src/Request/Parameters/EncodedParam.php
Method httpBuildQuery
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function httpBuildQuery(array $data, string $format, string $parent = ''): string
{
if ($format == RequestArraySerialization::INDEXED) {
return http_build_query($data);
}
Avoid too many return
statements within this method. Open
Open
return $value;
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 implode($separatorFormat ? '' : '&', $result);