cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

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

Reference to instance property resp_body from undeclared class \DokuHTTPClient
Open

        $this->responseBody = $httpClient->resp_body;
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Call to undeclared function \dbglog()
Open

        dbglog($INPUT->server);
Severity: Critical
Found in Webhook.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertTrue
Open

        $this->assertTrue(false !== strtotime($info['date']));
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

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

Class extends undeclared class \DokuWikiTest
Open

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

Call to method register_hook from undeclared class \Doku_Event_Handler
Open

        $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
Severity: Critical
Found in action/ajax.php by phan

Call to undeclared function \inlineSVG()
Open

        $importSVG = inlineSVG(__DIR__ . '/../images/import.svg');
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

            $form = new \dokuwiki\Form\Form(['data-service' => $serviceID]);
Severity: Critical
Found in admin/repoadmin.php by phan

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

            $form->addHTML($authorizedUserLabel . ' ' . $reconfigureLink);
Severity: Critical
Found in admin/repoadmin.php by phan

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

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

Call to undeclared function \cleanID()
Open

        $classes = 'issuelink ' . cleanID($this->getType()) . ($this->isMergeRequest ? ' mergerequest' : '');
Severity: Critical
Found in classes/Issue.php by phan

Invalid offset "name" of array type array{}
Open

            $data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}\">";
Severity: Minor
Found in classes/Issue.php by phan

Call to undeclared function \dbglog()
Open

        dbglog('lock import: ' . $jsonData, __FILE__ . ': ' . __LINE__);
Severity: Critical
Found in helper/data.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 \io_readFile()
Open

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

Call to undeclared function \auth_quickaclcheck()
Open

            if (auth_quickaclcheck($page['page']) >= AUTH_READ) {
Severity: Critical
Found in helper/data.php by phan

Saw an @param annotation for rmservice, but it was not found in the param list of function getWebhookSecrets($service, string $repo) : array
Open

     * @param string $rmservice
Severity: Info
Found in helper/db.php by phan

Call to method __construct from undeclared class \PageChangelog
Open

            $changelog = new PageChangelog($linkingPage['page']);
Severity: Critical
Found in helper/db.php by phan
Severity
Category
Status
Source
Language