cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Reference to instance property doc from undeclared class \Doku_Renderer
Open

        $renderer->doc .= $issue->getIssueLinkHTML();
Severity: Minor
Found in syntax.php by phan

Reference to instance property resp_headers from undeclared class \DokuHTTPClient
Open

            if ($this->dokuHTTPClient->resp_headers['x-ratelimit-remaining'] < 500) {
Severity: Minor
Found in services/GitHub.service.php by phan

Reference to instance property resp_headers from undeclared class \DokuHTTPClient
Open

                    dformat($this->dokuHTTPClient->resp_headers['x-ratelimit-reset'])
Severity: Minor
Found in services/GitHub.service.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

            $status = $this->dokuHTTPClient->status;
Severity: Minor
Found in services/GitHub.service.php by phan

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

        $configForm->addTextInput('gitlab_url', 'GitLab Url')->val($this->gitlabUrl);
Severity: Critical
Found in services/GitLab.service.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

            $status = $this->dokuHTTPClient->status;
Severity: Minor
Found in services/GitLab.service.php by phan

Call to undeclared function \dbglog()
Open

            dbglog($e->getMessage());
Severity: Critical
Found in services/GitLab.service.php by phan

Call to undeclared function \dbglog()
Open

            dbglog($mrData);
Severity: Critical
Found in services/GitLab.service.php by phan

Reference to undeclared constant \DOKU_URL
Open

    const WEBHOOK_URL = DOKU_URL . 'lib/plugins/issuelinks/webhook.php';
Severity: Minor
Found in services/ServiceInterface.php by phan

Call to undeclared function \msg()
Open

                msg("Server Error occured. Waiting $waittime ms between requests and repeating request.", -1);
Severity: Critical
Found in services/GitHub.service.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

            $status = $this->dokuHTTPClient->status;
Severity: Minor
Found in services/GitHub.service.php by phan

Call to undeclared function \plugin_load()
Open

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

Call to undeclared function \hsc()
Open

                msg(hsc($e->getMessage()), -1);
Severity: Critical
Found in services/GitHub.service.php by phan

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

        $configForm->addHTML($message);
Severity: Critical
Found in services/GitLab.service.php by phan

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

        $configForm->addTextInput('gitlab_token', 'GitLab AccessToken')->useInput(false);
Severity: Critical
Found in services/GitLab.service.php by phan

Call to undeclared function \plugin_load()
Open

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

Returning type int but isIssueValid() is declared to return bool
Open

        return $valid;
Severity: Minor
Found in services/Jira.service.php by phan

Class extends undeclared class \DokuWiki_Syntax_Plugin
Open

class syntax_plugin_issuelinks extends DokuWiki_Syntax_Plugin
Severity: Critical
Found in syntax.php by phan

Returning type int but isIssueValid() is declared to return bool
Open

        return $valid;
Severity: Minor
Found in services/GitHub.service.php by phan

Call to undeclared function \msg()
Open

                msg(sprintf(
Severity: Critical
Found in services/GitHub.service.php by phan
Severity
Category
Status
Source
Language