cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Reference to undeclared property \dokuwiki\plugin\issuelinks\classes\Issue->pmService
Open

        $sep = $this->pmService->getProjectIssueSeparator($this->isMergeRequest);
Severity: Minor
Found in classes/Issue.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 method \dokuwiki\plugin\issuelinks\classes\Issue::loadHelper
Open

        $data = $this->loadHelper('issuelinks_data');
Severity: Critical
Found in classes/Issue.php by phan

Call to undeclared function \plugin_load()
Open

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

Call to method query from undeclared class \helper_plugin_sqlite
Open

        $db->query($sql, [$key, $value]);
Severity: Critical
Found in helper/db.php by phan

Call to method query from undeclared class \helper_plugin_sqlite
Open

        $db->query('DELETE FROM issues');
Severity: Critical
Found in helper/db.php by phan

Call to method res2single from undeclared class \helper_plugin_sqlite
Open

        $value = $db->res2single($res);
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \dbg_backtrace() (Did you mean \debug_backtrace())
Open

                msg(dbg_backtrace(), -1);
Severity: Critical
Found in helper/db.php by phan

Reference to undeclared class \DokuWikiTest
Open

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

Call to undeclared function \plugin_load()
Open

        $sqliteHelper = plugin_load('helper', 'sqlite');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

        if (!$sqliteHelper->init('issuelinks', DOKU_PLUGIN . 'issuelinks/db/')) {
Severity: Minor
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \plugin_load()
Open

        $this->util = plugin_load('helper', 'issuelinks_util');
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 method \action_plugin_issuelinks_ajax::getLang
Open

        $html .= '<p>' . $this->getLang('text:repo admin') . '</p>';
Severity: Critical
Found in action/ajax.php by phan

Reference to instance property data from undeclared class \Doku_Event
Open

        if ($event->data !== 'issuelinks_import_all_issues_async') {
Severity: Minor
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

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

        return $this->getLang('menu:repo-admin');
Severity: Critical
Found in admin/repoadmin.php by phan

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

            $reconfigureLink = "<a href=\"$reconfigureURL\">{$this->getLang('label: reconfigure service')}</a>";
Severity: Critical
Found in admin/repoadmin.php by phan

Suspicious type bool|false of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

        $issueHash = $serviceName . $projectKey . $issueId . '!' . $isMergeRequest;
Severity: Minor
Found in classes/Issue.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in classes/Issue.php by phan
Severity
Category
Status
Source
Language