cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to method sendRequest from undeclared class \DokuHTTPClient
Open

            $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
Severity: Critical
Found in services/AbstractService.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

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

Class extends undeclared class \DokuWiki_Plugin
Open

class Issue extends \DokuWiki_Plugin implements \JsonSerializable
Severity: Critical
Found in classes/Issue.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertRegExp
Open

        $this->assertRegExp('/^\d\d\d\d-\d\d-\d\d$/', $info['date']);
Severity: Critical
Found in _test/general.test.php by phan

Variable $conf is undeclared
Open

        $this->assertEquals(gettype($conf), gettype($meta),
Severity: Minor
Found in _test/general.test.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

            'Both ' . DOKU_PLUGIN . 'issuelinks/conf/default.php and ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php have to exist and contain the same keys.');
Severity: Minor
Found in _test/general.test.php by phan

Call to undeclared function \cleanID()
Open

        if (!isset($typeIcon[cleanID($this->type)])) {
Severity: Critical
Found in classes/Issue.php by phan

Class extends undeclared class \DokuWikiTest
Open

class linksyntax_plugin_issuelinks_test extends DokuWikiTest {
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \html_wikilink()
Open

                $html .= html_wikilink($linkingPage['page']);
Severity: Critical
Found in classes/Issue.php by phan

Reference to undeclared class \DokuWikiTest
Open

        parent::setUpBeforeClass();
Severity: Critical
Found in _test/util.test.php by phan

Reference to instance property data from undeclared class \Doku_Event
Open

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

Call to undeclared function \dbglog()
Open

        dbglog($services);
Severity: Critical
Found in helper/data.php by phan

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

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

Call to undeclared function \dbglog()
Open

        dbglog($serviceName);
Severity: Critical
Found in helper/data.php by phan

Call to undeclared function \dbglog()
Open

            dbglog('issuelinks: stale lock timeout');
Severity: Critical
Found in helper/data.php by phan

Call to undeclared function \dbglog()
Open

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

Class extends undeclared class \DokuWiki_Plugin
Open

class helper_plugin_issuelinks_db extends DokuWiki_Plugin
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \dbglog()
Open

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

Reference to undeclared constant \DOKU_EXT_PDO
Open

            if ($sqlite->getAdapter()->getName() !== DOKU_EXT_PDO) {
Severity: Minor
Found in helper/db.php by phan

Call to undeclared function \msg()
Open

                msg('This plugin requires the sqlite plugin. Please install it', -1);
Severity: Critical
Found in helper/db.php by phan
Severity
Category
Status
Source
Language