cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to undeclared function \dbglog()
Open

            dbglog(json_decode($body, true));
Severity: Critical
Found in Webhook.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

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

Class extends undeclared class \DokuWikiTest
Open

class general_plugin_issuelinks_test extends DokuWikiTest
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared function \confToHash()
Open

        $info = confToHash($file);
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

                $this->assertArrayHasKey($key, $meta,
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

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

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('[[jira>SPR-281]]');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \wikiFN()
Open

        $REV = filemtime(wikiFN($ID))+1;
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

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

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

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('{{jira>SPR-281}}');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Saw a token Phan may have failed to parse after '* @return ServiceInterface[]]': after ServiceInterface[], saw ']'
Open

     * @return ServiceInterface[]]
Severity: Info
Found in classes/ServiceProvider.php by phan

Class extends undeclared class \DokuWiki_Action_Plugin
Open

class action_plugin_issuelinks_ajax extends DokuWiki_Action_Plugin
Severity: Critical
Found in action/ajax.php by phan

Call to undeclared function \dbglog()
Open

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

Call to method stopPropagation from undeclared class \Doku_Event
Open

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

Call to undeclared function \io_readFile()
Open

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

Call to undeclared function \buildAttributes()
Open

            $html .= '<span ' . buildAttributes($spanAttributes, true) . '></span>';
Severity: Critical
Found in action/ajax.php by phan

Call to undeclared function \io_saveFile()
Open

        io_saveFile($lock, $jsonData);
Severity: Critical
Found in helper/data.php by phan

Call to method stopPropagation from undeclared class \Doku_Event
Open

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

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

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

            $form->addDropdown(
Severity: Critical
Found in admin/repoadmin.php by phan
Severity
Category
Status
Source
Language