Showing 749 of 749 total issues
Assigning ?array|?array<string></string>
to property but \BitFire\Request->post
is array<string></string>
Open
Open
$request->post = $post;
- Exclude checks
Argument 1 (string)
is bool
but \strlen()
takes string
Open
Open
$pro = strlen((CFG::str("pro_key")) > 20) ? true : false;
- Exclude checks
Possibly zero references to use statement for function BINDL
(\ThreadFin\partial)
Open
Open
use function ThreadFin\partial as BINDL;
- Exclude checks
Possible attempt to access missing magic method __invoke
of '\ThreadFin\MaybeI'
Open
Open
if ($c->extract("wp")() != $value) {
- Exclude checks
Assigning ?string
to property but \BitFire\Exception->host
is null
Open
Open
$this->host = $host;
- Exclude checks
Call to undeclared function \serve_exceptions()
Open
Open
serve_exceptions();
- Exclude checks
Possibly zero references to use statement for function file_yield
(\ThreadFin\file_yield)
Open
Open
use function ThreadFin\file_yield;
- Exclude checks
Returning type 1
but quote()
is declared to return string
Open
Open
if (is_bool($input)) { return $input ? 1 : 0; }
- Exclude checks
Checking instanceof against undeclared class \mysqli_result
Open
Open
if ($r == false || !$r instanceof mysqli_result) {
- Exclude checks
Argument 2 (arr2)
is ?array|null
but \array_diff_key()
takes array
Open
Open
$update_data = array_diff_key($data, $no_update);
- Exclude checks
Saw an @param annotation for sql,
but it was not found in the param list of function from(?array $x, string $in_sql = '') : \ThreadFinDB\SQL
Open
Open
* @param string $sql the sql that generated the result
- Exclude checks
Doc-block of $data
in gz_output_fn
is phpdoc param type string
which is not a permitted replacement of the nullable param type ?string
declared in the signature ('?T' should be documented as 'T|null' or '?T') Open
Open
* @param string $data
- Exclude checks
Argument 2 (value)
is int
but \BitFireSvr\update_ini_value()
takes string
defined at /code/firewall/src/server.php:217
Open
Open
$e->chain(update_ini_value("cache_token", mt_rand(32768,1300000))); // new cache entry
- Exclude checks
Reference to undeclared constant \WP_CONTENT_DIR
Open
Open
$plugin_root_dir = WP_CONTENT_DIR."/plugins/";
- Exclude checks
Possibly zero references to use statement for classlike/namespace Effect
(\ThreadFin\Effect)
Open
Open
use ThreadFin\Effect;
- Exclude checks
Possibly zero references to use statement for constant STATUS_EEXIST
(\BitFire\STATUS_EEXIST)
Open
Open
use const BitFire\STATUS_EEXIST;
- Exclude checks
Call to undeclared function \plugin_dir_path()
Open
Open
include_once \plugin_dir_path(__FILE__) . "bitfire-admin.php";
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["redirect_to"]));
- Exclude checks
Possibly zero references to use statement for constant DS
(\BitFire\DS)
Open
Open
use const BitFire\DS;
- Exclude checks
Possibly zero references to use statement for function wp_parse_credentials
(\BitFireWP\wp_parse_credentials)
Open
Open
use function BitFireWP\wp_parse_credentials;
- Exclude checks