Showing 749 of 749 total issues
Doc-block of $row
in dump_table
contains phpdoc param type mixed
which is incompatible with the param type array
declared in the signature Open
Open
* @param mixed $row
- Exclude checks
Call to undeclared function \wp_register_style()
Open
Open
\wp_register_style("dashkit-feather", plugin_dir_url(__FILE__) . "public/feather.css", [], "1.0");
- Exclude checks
Assigning \FineDiffCopyOp|\FineDiffReplaceOp
to property but \FineDiff->last_edit
is false
Open
Open
$this->edits[] = $this->last_edit = $fragment_edit;
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_enqueue_script("dashkit-chart", plugin_dir_url(__FILE__) . "public/chart.min.js", ["jquery"], "1.0", false);
- Exclude checks
Doc-block of $agent
in core_headers
is phpdoc param type \BitFire\UserAgent
which is not a permitted replacement of the nullable param type ?\BitFire\UserAgent
declared in the signature ('?T' should be documented as 'T|null' or '?T') Open
Open
* @param UserAgent $agent
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_enqueue_script("dashkit", plugin_dir_url(__FILE__) . "public/dashkit.min.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
$assets = \plugin_dir_url(dirname(__FILE__, 1)) . "public/";
- Exclude checks
Call to undeclared function \update_user_meta()
Open
Open
update_user_meta($user_id, "bitfire_mfa_tel", $number);
- Exclude checks
Variable $freq
was undeclared, but array fields are being added to it. Open
Open
$freq[$i] = [];
- Exclude checks
Call to undeclared function \esc_html()
Open
Open
$info = esc_html($plugin["info"]??"unknown");
- Exclude checks
Call to undeclared function \admin_url()
Open
Open
$url = admin_url("admin.php?page=bitfire_settings");
- Exclude checks
Doc-block of reduce
contains declared return type \ThreadFin\FileData
which is incompatible with the return type ?string
declared in the signature Open
Open
* @return FileData
- Exclude checks
Possibly zero references to use statement for function make_sane_path
(\BitFire\make_sane_path)
Open
Open
use function BitFire\make_sane_path;
- Exclude checks
Call to undeclared method \RecursiveIteratorIterator::getSubPathname
Open
Open
mkdir($dest . DIRECTORY_SEPARATOR . $iterator->getSubPathname());
- Exclude checks
Call to undeclared function \get_user_meta()
Open
Open
$tel = get_user_meta($my_id, "bitfire_mfa_tel");
- Exclude checks
Argument 2 (value)
is ?string
but \setcookie()
takes string
Open
Open
setcookie($name, $value, [
- Exclude checks
Call to undeclared function \add_action()
Open
Open
add_action("check_password", "\BitFirePlugin\user_login", 100, 4);
- Exclude checks
Reference to undeclared constant \FILEINFO_MIME_TYPE
Open
Open
$ctx = finfo_open(FILEINFO_MIME_TYPE | FILEINFO_CONTINUE);
- Exclude checks
Call to undeclared function \content_url()
Open
Open
if (\content_url() != CFG::str("cms_content_url")) {
- Exclude checks
Doc-block of $all_caps
in check_user_cap
is phpdoc param type bool[]
which is not a permitted replacement of the nullable param type ?array
declared in the signature ('?T' should be documented as 'T|null' or '?T') Open
Open
* @param array<bool> $all_caps
- Exclude checks