cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('[[gl>grosse/project-with-merge-request!1]]');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('[[gl>grosse/project-with-issue#1]]');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \plugin_load()
Open

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

Parameter $event has undeclared type \Doku_Event
Open

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

Call to method preventDefault from undeclared class \Doku_Event
Open

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

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

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

Call to undeclared function \buildAttributes()
Open

        return "<a href=\"$url\" " . buildAttributes($attributes, true) . '>' . $this->getTypeHTML() . "$name</a>";
Severity: Critical
Found in classes/Issue.php by phan

Call to undeclared function \dbglog()
Open

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

Return type of getDB() is undeclared type \helper_plugin_sqlite
Open

    public function getDB()
Severity: Minor
Found in helper/db.php by phan

Call to method getRelativeRevision from undeclared class \PageChangelog
Open

            $currentRev = $changelog->getRelativeRevision(time(), -1);
Severity: Critical
Found in helper/db.php by phan

Call to method __construct from undeclared class \PageChangelog
Open

            $changelog = new PageChangelog($page_id);
Severity: Critical
Found in helper/util.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

        if (!$success || $dokuHTTPClient->status < 200 || $dokuHTTPClient->status > 206) {
Severity: Minor
Found in services/AbstractService.php by phan

Call to undeclared function \dbglog()
Open

            dbglog('user agent: ' . $userAgent);
Severity: Critical
Found in Webhook.php by phan

Variable $meta is undeclared
Open

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

Call to undeclared function \saveWikiText()
Open

        saveWikiText('testpage','[[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 undeclared function \p_get_instructions()
Open

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

Call to undeclared method \linksyntax_plugin_issuelinks_test::assertEquals
Open

        $this->assertEquals(array(
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Parameter $controller has undeclared type \Doku_Event_Handler
Open

    public function register(Doku_Event_Handler $controller)
Severity: Minor
Found in action/ajax.php by phan

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getPluginName
Open

        $plugin = $this->getPluginName();
Severity: Critical
Found in admin/repoadmin.php by phan
Severity
Category
Status
Source
Language