Showing 899 of 899 total issues
Reference to instance property status
from undeclared class \DokuHTTPClient
Open
Open
$this->code = $httpClient->status;
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
$data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}\">";
- Exclude checks
Class extends undeclared class \DokuWiki_Plugin
Open
Open
class helper_plugin_issuelinks_data extends DokuWiki_Plugin
- Exclude checks
Call to method __construct
from undeclared class \PageChangelog
Open
Open
$changelog = new PageChangelog($page['page']);
- Exclude checks
Call to method query
from undeclared class \helper_plugin_sqlite
Open
Open
$db->query('DELETE FROM issue_issues');
- Exclude checks
Call to method query
from undeclared class \helper_plugin_sqlite
Open
Open
$res = $db->query($sql, [$key]);
- Exclude checks
Call to method res_close
from undeclared class \helper_plugin_sqlite
Open
Open
$db->res_close($res);
- Exclude checks
Call to undeclared function \wl()
(Did you mean \dl()) Open
Open
$url = wl(
- Exclude checks
Call to undeclared function \hsc()
Open
Open
msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$util = plugin_load('helper', 'issuelinks_util');
- Exclude checks
Reference to instance property data
from undeclared class \Doku_Event
Open
Open
if ($event->data !== 'issuelinks_repo_admin_toggle') {
- Exclude checks
Call to undeclared function \auth_isadmin()
Open
Open
if (!auth_isadmin()) {
- Exclude checks
Reference to instance property data
from undeclared class \Doku_Event
Open
Open
if ($event->data !== 'issuelinks_repo_admin_getorg') {
- Exclude checks
Parameter $event
has undeclared type \Doku_Event
Open
Open
public function asyncImportAllIssues(Doku_Event $event, $param)
- Exclude checks
Call to method addButton
from undeclared class \dokuwiki\Form\Form
Open
Open
$configForm->addButton('', $this->getLang('btn:Submit'))->attr('type', 'submit');
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$plugin = plugin_load('helper', 'issuelinks_util');
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog($e->getResponseBody());
- Exclude checks
Call to method getRevisionInfo
from undeclared class \PageChangelog
Open
Open
$revision = $changelog->getRevisionInfo($page['rev']);
- Exclude checks
Call to method res2arr
from undeclared class \helper_plugin_sqlite
Open
Open
$result = $db->res2arr($res);
- Exclude checks
Call to undeclared function \http_status()
Open
Open
http_status($code);
- Exclude checks