cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Variable $meta is undeclared
Open

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

Call to undeclared function \plugin_load()
Open

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

Call to undeclared function \saveWikiText()
Open

        saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');
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

Call to method register_hook from undeclared class \Doku_Event_Handler
Open

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

Parameter $event has undeclared type \Doku_Event
Open

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

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

            $form->addFieldsetOpen($this->getLang('legend:user'));
Severity: Critical
Found in admin/repoadmin.php by phan

Reference to undeclared constant \DOKU_URL
Open

            return DOKU_URL . '/lib/plugins/issuelinks/images/mdi-help-circle-outline.png';
Severity: Minor
Found in classes/Issue.php by phan

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

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

Saw unextractable annotation for comment '* @param ...string $vars'
Open

     * @param ...string $vars
Severity: Info
Found in classes/IssueLinksException.php by phan

Call to undeclared function \dbglog()
Open

            dbglog(
Severity: Critical
Found in helper/data.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

Return type of saveEntity() is undeclared type \SQLiteResult (Did you mean class \SQLite3Result)
Open

    private function saveEntity($table, $entity)
Severity: Minor
Found in helper/db.php by phan

Call to undeclared function \plugin_load()
Open

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

Call to undeclared function \wikiFN()
Open

            $rev = filemtime(wikiFN($page));
Severity: Critical
Found in helper/db.php by phan

Class extends undeclared class \DokuWiki_Plugin
Open

class helper_plugin_issuelinks_util extends DokuWiki_Plugin
Severity: Critical
Found in helper/util.php by phan

Call to undeclared function \msg()
Open

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

Catching undeclared class \HTTPClientException
Open

        } catch (\HTTPClientException $e) {
Severity: Critical
Found in services/AbstractService.php by phan

Call to method __construct from undeclared class \DokuHTTPClient
Open

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

Call to undeclared function \hsc()
Open

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