Showing 899 of 899 total issues
Invalid offset "login"
of array type array{}
Open
Open
return $this->user['login'];
- Exclude checks
Saw unextractable annotation for comment '* @return'
Open
Open
* @return
- 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
Reference to instance property resp_headers
from undeclared class \DokuHTTPClient
Open
Open
$headers = $this->dokuHTTPClient->resp_headers;
- Exclude checks
Call to undeclared function \dformat()
Open
Open
dformat($this->dokuHTTPClient->resp_headers['x-ratelimit-reset'])
- Exclude checks
Call to undeclared function \msg()
Open
Open
msg(hsc($e->getMessage()), -1);
- Exclude checks
Call to undeclared function \msg()
Open
Open
msg('Error repeats. Aborting Requests.', -1);
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$util = plugin_load('helper', 'issuelinks_util');
- 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($summary);
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog($issueData);
- Exclude checks
Call to method addHTML
from undeclared class \dokuwiki\Form\Form
Open
Open
$configForm->addHTML("<p>{$this->configError} $message</p>");
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Call to method __construct
from undeclared class \DokuHTTPClient
Open
Open
$this->dokuHTTPClient = new \DokuHTTPClient();
- Exclude checks
Parameter $configForm
has undeclared type \dokuwiki\Form\Form
Open
Open
public function hydrateConfigForm(Form $configForm)
- Exclude checks
Call to undeclared function \hsc()
Open
Open
$this->configError = 'The Jira authentication failed with message: ' . hsc($e->getMessage());
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$db = plugin_load('helper', 'issuelinks_db');
- Exclude checks
Call to undeclared function \hsc()
Open
Open
return hsc($this->authUser);
- Exclude checks
Call to method interwikilink
from undeclared class \Doku_Renderer
Open
Open
$renderer->interwikilink(null, null, 'google.com', implode(' ', $data));
- Exclude checks