cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to method register_hook from undeclared class \Doku_Event_Handler
Open

        $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'repoAdminOrg');
Severity: Critical
Found in action/ajax.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

                    'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php');
Severity: Minor
Found in _test/general.test.php by phan

Reference to undeclared class \DokuWikiTest
Open

        parent::setUp();
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to method register_hook from undeclared class \Doku_Event_Handler
Open

        $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'repoAdminToggle');
Severity: Critical
Found in action/ajax.php by phan

Call to method stopPropagation from undeclared class \Doku_Event
Open

        $event->stopPropagation();
Severity: Critical
Found in action/ajax.php by phan

Call to undeclared function \plugin_load()
Open

        $data = plugin_load('helper', 'issuelinks_data');
Severity: Critical
Found in action/ajax.php by phan

Possibly zero references to use statement for classlike/namespace ServiceInterface (\dokuwiki\plugin\issuelinks\services\ServiceInterface)
Open

use dokuwiki\plugin\issuelinks\services\ServiceInterface;
Severity: Minor
Found in admin/repoadmin.php by phan

Class extends undeclared class \DokuWiki_Admin_Plugin
Open

class admin_plugin_issuelinks_repoadmin extends DokuWiki_Admin_Plugin
Severity: Critical
Found in admin/repoadmin.php by phan

Call to method toHTML from undeclared class \dokuwiki\Form\Form
Open

            $html .= $configForm->toHTML();
Severity: Critical
Found in admin/repoadmin.php by phan

Reference to instance property error from undeclared class \DokuHTTPClient
Open

        $this->httpError = $httpClient->error;
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Call to undeclared function \plugin_load()
Open

        $util = plugin_load('helper', 'issuelinks_util');
Severity: Critical
Found in classes/Issue.php by phan

Call to undeclared function \cleanID()
Open

        $status = cleanID($this->getStatus());
Severity: Critical
Found in classes/Issue.php by phan

Reference to undeclared constant \DOKU_URL
Open

        return DOKU_URL . '/lib/plugins/issuelinks/images/' . $typeIcon[cleanID($this->type)];
Severity: Minor
Found in classes/Issue.php by phan

Call to undeclared function \blank()
Open

        if (blank($page) || blank($rev) || blank($user)) {
Severity: Critical
Found in helper/db.php by phan

Class extends undeclared class \DokuWiki_Plugin
Open

class Webhook extends \DokuWiki_Plugin
Severity: Critical
Found in Webhook.php by phan

Call to undeclared function \http_status()
Open

            http_status(424);
Severity: Critical
Found in Webhook.php by phan

Call to undeclared function \dbglog()
Open

        dbglog($userAgent);
Severity: Critical
Found in Webhook.php by phan

Variable $conf is undeclared
Open

            foreach ($conf as $key => $value) {
Severity: Minor
Found in _test/general.test.php by phan

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('[[gh>cosmocode/dokuwiki-plugin-issuelinks#1]]');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \buildAttributes()
Open

            $html .= '<button ' . buildAttributes($buttonAttributes, true) . ">$importSVG</button>";
Severity: Critical
Found in action/ajax.php by phan
Severity
Category
Status
Source
Language