cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to method query from undeclared class \helper_plugin_sqlite
Open

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

Call to method __construct from undeclared class \PageChangelog
Open

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

Call to undeclared function \http_status()
Open

            http_status(200);
Severity: Critical
Found in helper/util.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertEquals
Open

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

Variable $meta is undeclared
Open

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

Call to undeclared function \saveWikiText()
Open

        saveWikiText($ID,'page must exist for m_filetime','test summary');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

        if (!$sqliteHelper->init('issuelinks', DOKU_PLUGIN . 'issuelinks/db/')) {
Severity: Minor
Found in _test/handleIssueLinkSyntax.test.php by phan

Parameter $event has undeclared type \Doku_Event
Open

    public function repoAdminToggle(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 undeclared function \auth_isadmin()
Open

        if (!auth_isadmin()) {
Severity: Critical
Found in action/ajax.php by phan

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

            $configForm = new \dokuwiki\Form\Form();
Severity: Critical
Found in admin/repoadmin.php by phan

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

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

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

            $authorizedUserLabel = sprintf($this->getLang('label: authorized with user'), $service->getUserString());
Severity: Critical
Found in admin/repoadmin.php by phan

Parameter $httpClient has undeclared type \DokuHTTPClient
Open

    public function __construct($message, \DokuHTTPClient $httpClient, $url, $method)
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Argument 3 (issueId) is string but \dokuwiki\plugin\issuelinks\classes\Issue::__construct() takes int defined at /code/classes/Issue.php:42
Open

            self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
Severity: Minor
Found in classes/Issue.php by phan

Call to undeclared function \dbglog()
Open

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

Call to undeclared function \msg()
Open

            msg("Saving into table $table failed!", -1);
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \msg()
Open

                msg(dbg_backtrace(), -1);
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \msg()
Open

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

Property \dokuwiki\plugin\issuelinks\services\GitHub->dokuHTTPClient has undeclared type \DokuHTTPClient
Open

    protected $dokuHTTPClient;
Severity: Minor
Found in services/GitHub.service.php by phan
Severity
Category
Status
Source
Language