cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Invalid offset "login" of array type array{}
Open

        return $this->user['login'];
Severity: Minor
Found in services/GitHub.service.php by phan

Saw unextractable annotation for comment '* @return'
Open

     * @return
Severity: Info
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/GitLab.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

Reference to instance property resp_headers from undeclared class \DokuHTTPClient
Open

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

Call to undeclared function \dformat()
Open

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

Call to undeclared function \msg()
Open

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

Call to undeclared function \msg()
Open

                    msg('Error repeats. Aborting Requests.', -1);
Severity: Critical
Found in services/GitHub.service.php by phan

Call to undeclared function \plugin_load()
Open

        $util = plugin_load('helper', 'issuelinks_util');
Severity: Critical
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/GitLab.service.php by phan

Call to undeclared function \blank()
Open

        $valid = !blank($summary);
Severity: Critical
Found in services/GitLab.service.php by phan

Call to undeclared function \dbglog()
Open

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

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

        $configForm->addHTML("<p>{$this->configError} $message</p>");
Severity: Critical
Found in services/Jira.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 method __construct from undeclared class \DokuHTTPClient
Open

        $this->dokuHTTPClient = new \DokuHTTPClient();
Severity: Critical
Found in services/GitLab.service.php by phan

Parameter $configForm has undeclared type \dokuwiki\Form\Form
Open

    public function hydrateConfigForm(Form $configForm)
Severity: Minor
Found in services/GitLab.service.php by phan

Call to undeclared function \hsc()
Open

            $this->configError = 'The Jira authentication failed with message: ' . hsc($e->getMessage());
Severity: Critical
Found in services/Jira.service.php by phan

Call to undeclared function \plugin_load()
Open

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

Call to undeclared function \hsc()
Open

        return hsc($this->authUser);
Severity: Critical
Found in services/Jira.service.php by phan

Call to method interwikilink from undeclared class \Doku_Renderer
Open

            $renderer->interwikilink(null, null, 'google.com', implode(' ', $data));
Severity: Critical
Found in syntax.php by phan
Severity
Category
Status
Source
Language