cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Reference to instance property status from undeclared class \DokuHTTPClient
Open

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

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

            $data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}\">";
Severity: Minor
Found in classes/Issue.php by phan

Class extends undeclared class \DokuWiki_Plugin
Open

class helper_plugin_issuelinks_data extends DokuWiki_Plugin
Severity: Critical
Found in helper/data.php by phan

Call to method __construct from undeclared class \PageChangelog
Open

            $changelog = new PageChangelog($page['page']);
Severity: Critical
Found in helper/data.php by phan

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

Call to method res_close from undeclared class \helper_plugin_sqlite
Open

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

Call to undeclared function \wl() (Did you mean \dl())
Open

            $url = wl(
Severity: Critical
Found in helper/util.php by phan

Call to undeclared function \hsc()
Open

            msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
Severity: Critical
Found in helper/util.php by phan

Call to undeclared function \plugin_load()
Open

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

Reference to instance property data from undeclared class \Doku_Event
Open

        if ($event->data !== 'issuelinks_repo_admin_toggle') {
Severity: Minor
Found in action/ajax.php by phan

Call to undeclared function \auth_isadmin()
Open

        if (!auth_isadmin()) {
Severity: Critical
Found in action/ajax.php by phan

Reference to instance property data from undeclared class \Doku_Event
Open

        if ($event->data !== 'issuelinks_repo_admin_getorg') {
Severity: Minor
Found in action/ajax.php by phan

Parameter $event has undeclared type \Doku_Event
Open

    public function asyncImportAllIssues(Doku_Event $event, $param)
Severity: Minor
Found in action/ajax.php by phan

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

            $configForm->addButton('', $this->getLang('btn:Submit'))->attr('type', 'submit');
Severity: Critical
Found in admin/repoadmin.php by phan

Call to undeclared function \plugin_load()
Open

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

Call to undeclared function \dbglog()
Open

                dbglog($e->getResponseBody());
Severity: Critical
Found in helper/data.php by phan

Call to method getRevisionInfo from undeclared class \PageChangelog
Open

            $revision = $changelog->getRevisionInfo($page['rev']);
Severity: Critical
Found in helper/data.php by phan

Call to method res2arr from undeclared class \helper_plugin_sqlite
Open

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

Call to undeclared function \http_status()
Open

            http_status($code);
Severity: Critical
Found in helper/util.php by phan
Severity
Category
Status
Source
Language