cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Parameter $configForm has undeclared type \dokuwiki\Form\Form
Open

    public function hydrateConfigForm(Form $configForm)
Severity: Minor
Found in services/GitHub.service.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/Jira.service.php by phan

Call to undeclared function \plugin_load()
Open

            $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/GitHub.service.php by phan

Returning type int but isIssueValid() is declared to return bool
Open

        return $valid;
Severity: Minor
Found in services/GitLab.service.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/GitLab.service.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

            $status = $this->dokuHTTPClient->status;
Severity: Minor
Found in services/GitLab.service.php by phan

Returning type null but parseIssueSyntax() is declared to return \dokuwiki\plugin\issuelinks\classes\Issue
Open

            return null;
Severity: Minor
Found in services/Jira.service.php by phan

Call to undeclared function \plugin_load()
Open

        $utils = plugin_load('helper', 'issuelinks_util');
Severity: Critical
Found in services/GitHub.service.php by phan

Saw an @param annotation for errorsToBeReturned, but it was not found in the param list of function makeGitLabRequest(string $endpoint, array $data, string $method, array $headers = null) : array|int
Open

     *                   $errorsToBeReturned or an empty array if the error is not in @param $errorsToBeReturned
Severity: Info
Found in services/GitLab.service.php by phan

Call to undeclared function \plugin_load()
Open

            $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/GitLab.service.php by phan

Parameter $configForm has undeclared type \dokuwiki\Form\Form
Open

    public function hydrateConfigForm(Form $configForm)
Severity: Minor
Found in services/Jira.service.php by phan

Call to undeclared function \dbglog()
Open

                dbglog("Server Error occured. Waiting $waittime ms between requests and repeating request.", -1);
Severity: Critical
Found in services/GitHub.service.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/Jira.service.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/GitHub.service.php by phan

Parameter $handler has undeclared type \Doku_Handler
Open

    public function handle($match, $state, $pos, Doku_Handler $handler)
Severity: Minor
Found in syntax.php by phan

Saw unextractable annotation for comment '* @return'
Open

     * @return
Severity: Info
Found in services/GitLab.service.php by phan

Call to undeclared function \dbglog()
Open

        dbglog($data, __FILE__ . ': ' . __LINE__);
Severity: Critical
Found in services/GitLab.service.php by phan

Call to undeclared function \plugin_load()
Open

        $db = plugin_load('helper', 'issuelinks_db');
Severity: Critical
Found in services/Jira.service.php by phan

Call to undeclared function \blank()
Open

        $valid &= !blank($status);
Severity: Critical
Found in services/GitLab.service.php by phan

Possibly zero references to use statement for classlike/namespace ServiceInterface (\dokuwiki\plugin\issuelinks\services\ServiceInterface)
Open

use dokuwiki\plugin\issuelinks\services\ServiceInterface;
Severity: Minor
Found in syntax.php by phan
Severity
Category
Status
Source
Language