Showing 749 of 749 total issues
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());
Argument 1 (var)
is \Generator|\Iterator|\Traversable|iterable
but \count()
takes \Countable|array
Open
Open
$result_count = count($result);
- Exclude checks
Possibly zero references to use statement for classlike/namespace Exception
(\Exception)
Open
Open
use Exception;
- Exclude checks
Call to undeclared function \login_header()
Open
Open
echo \login_header("MFA Code Required", "<p class='message'>$msg</p>");
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["password"]),
- Exclude checks
Parameter $db
has undeclared type \DB\DB
(Did you mean class \ThreadFinDB\DB) Open
Open
function validate_hash(array $hash, DB\DB $db) : array {
- Exclude checks
Call to undeclared function \TF\contains()
(Did you mean \ThreadFin\contains()) Open
Open
else if (\TF\contains($encoding, "deflate") && function_exists("gzencode")) {
- Exclude checks