Showing 899 of 899 total issues
Parameter $configForm
has undeclared type \dokuwiki\Form\Form
Open
Open
public function hydrateConfigForm(Form $configForm)
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Returning type int
but isIssueValid()
is declared to return bool
Open
Open
return $valid;
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Reference to instance property status
from undeclared class \DokuHTTPClient
Open
Open
$status = $this->dokuHTTPClient->status;
- Exclude checks
Returning type null
but parseIssueSyntax()
is declared to return \dokuwiki\plugin\issuelinks\classes\Issue
Open
Open
return null;
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$utils = plugin_load('helper', 'issuelinks_util');
- Exclude checks
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
Open
* $errorsToBeReturned or an empty array if the error is not in @param $errorsToBeReturned
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Parameter $configForm
has undeclared type \dokuwiki\Form\Form
Open
Open
public function hydrateConfigForm(Form $configForm)
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog("Server Error occured. Waiting $waittime ms between requests and repeating request.", -1);
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Parameter $handler
has undeclared type \Doku_Handler
Open
Open
public function handle($match, $state, $pos, Doku_Handler $handler)
- Exclude checks
Saw unextractable annotation for comment '* @return'
Open
Open
* @return
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog($data, __FILE__ . ': ' . __LINE__);
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Call to undeclared function \blank()
Open
Open
$valid &= !blank($status);
- Exclude checks
Possibly zero references to use statement for classlike/namespace ServiceInterface
(\dokuwiki\plugin\issuelinks\services\ServiceInterface)
Open
Open
use dokuwiki\plugin\issuelinks\services\ServiceInterface;
- Exclude checks