Showing 749 of 749 total issues
Avoid too many return
statements within this method. Open
Open
return false; }
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return values(obj);
Avoid too many return
statements within this method. Open
Open
return $carry;
Avoid too many return
statements within this method. Open
Open
return $effect;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return NULL;
Avoid too many return
statements within this method. Open
Open
return $enriched;
Avoid too many return
statements within this method. Open
Open
return $bot;
Avoid too many return
statements within this method. Open
Open
return $pass;
Avoid too many return
statements within this method. Open
Open
return $carry;
Avoid too many return
statements within this method. Open
Open
return Maybe::$FALSE;
Avoid too many return
statements within this method. Open
Open
return "+";
Avoid too many return
statements within this method. Open
Open
return http_response("", $url, ["http/1.1 200"], 0, false);
Avoid too many return
statements within this method. Open
Open
return $carry;
Avoid too many return
statements within this method. Open
Open
return $carry;
Avoid too many return
statements within this method. Open
Open
return debugF("write allocate memory key [%s] size [%d], allocation %d", $key, $size, $mem[1]);
Avoid too many return
statements within this method. Open
Open
return file_put_contents($object_file, $data, LOCK_EX) == strlen($data);
Avoid too many return
statements within this function. Open
Open
if (keys(b).length !== length) return false;
Avoid too many return
statements within this function. Open
Open
if (!(has$1(b, key) && eq(a[key], b[key], aStack, bStack))) return false;