cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Reference to instance property headers from undeclared class \DokuHTTPClient
Open

        $dokuHTTPClient->headers = array_merge($dokuHTTPClient->headers ?: [], $headers);
Severity: Minor
Found in services/AbstractService.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

        return DOKU_PLUGIN . $plugin . '/images/issue-opened.svg';
Severity: Minor
Found in admin/repoadmin.php by phan

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

            $configForm->addFieldsetOpen();
Severity: Critical
Found in admin/repoadmin.php by phan

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
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

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

Call to undeclared function \dbglog()
Open

        dbglog('start import. $lockfileKey: ' . $lockfileKey);
Severity: Critical
Found in helper/data.php by phan

Call to undeclared function \io_readFile()
Open

        return json_decode(io_readFile($lockFN), true);
Severity: Critical
Found in helper/data.php by phan

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

Call to undeclared function \blank()
Open

        return blank($issues[0]) ? false : $issues[0];
Severity: Critical
Found in helper/db.php by phan

Call to method getRevisionInfo from undeclared class \PageChangelog
Open

            $rev_info = $changelog->getRevisionInfo($rev);
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \hsc()
Open

        msg(hsc($e->getMessage()), -1, $e->getLine(), $e->getFile());
Severity: Critical
Found in helper/util.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

        $this->assertArrayHasKey('date', $info);
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared function \mail_isvalid()
Open

        $this->assertTrue(mail_isvalid($info['email']));
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertTrue
Open

        $this->assertTrue(mail_isvalid($info['email']));
Severity: Critical
Found in _test/general.test.php by phan

Variable $conf is undeclared
Open

        if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
Severity: Minor
Found in _test/general.test.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

                    'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/default.php');
Severity: Minor
Found in _test/general.test.php by phan

Call to method preventDefault from undeclared class \Doku_Event
Open

        $event->preventDefault();
Severity: Critical
Found in action/ajax.php by phan

Reference to undeclared constant \dokuwiki\plugin\issuelinks\services\ServiceInterface::DISPLAY_NAME
Open

        $serviceName = $service::DISPLAY_NAME;
Severity: Minor
Found in admin/repoadmin.php by phan

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

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