Showing 117 of 749 total issues
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;
Avoid too many return
statements within this method. Open
Open
return str_replace($item, "", $carry);
Avoid too many return
statements within this method. Open
Open
return $hash;
Avoid too many return
statements within this method. Open
Open
return $block;
Avoid too many return
statements within this method. Open
Open
if ($block->code !== $exception->code) { return $block; }
Avoid too many return
statements within this method. Open
Open
return $info;
Avoid too many return
statements within this method. Open
Open
return $api_effect->exit(true);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return (bool)\apcu_store("_bitfire:$key_name", $storage, $seconds);
Avoid too many return
statements within this method. Open
Open
return $effect;
Avoid too many return
statements within this method. Open
Open
return $effect->api(true, "updated");
Avoid too many return
statements within this function. Open
Open
if (!eq(a[length], b[length], aStack, bStack)) return false;
Avoid too many return
statements within this method. Open
Open
return "unknown";
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $effect->api(false, "error updating ini status: " . $effect->read_status());