Showing 899 of 899 total issues
Variable $meta
is undeclared Open
Open
foreach ($meta as $key => $value) {
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$sqlite = plugin_load('helper', 'sqlite');
- Exclude checks
Call to undeclared function \saveWikiText()
Open
Open
saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$sqliteHelper = plugin_load('helper', 'sqlite');
- Exclude checks
Call to method register_hook
from undeclared class \Doku_Event_Handler
Open
Open
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'asyncImportAllIssues');
- Exclude checks
Parameter $event
has undeclared type \Doku_Event
Open
Open
public function handleAjax(Doku_Event $event, $param)
- Exclude checks
Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open
Open
$form->addFieldsetOpen($this->getLang('legend:user'));
- Exclude checks
Reference to undeclared constant \DOKU_URL
Open
Open
return DOKU_URL . '/lib/plugins/issuelinks/images/mdi-help-circle-outline.png';
- Exclude checks
Invalid offset "avatarURL"
of array type array{}
Open
Open
$data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}\">";
- Exclude checks
Saw unextractable annotation for comment '* @param ...string $vars'
Open
Open
* @param ...string $vars
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog(
- Exclude checks
Call to method res_close
from undeclared class \helper_plugin_sqlite
Open
Open
$db->res_close($res);
- Exclude checks
Return type of saveEntity()
is undeclared type \SQLiteResult
(Did you mean class \SQLite3Result) Open
Open
private function saveEntity($table, $entity)
- Exclude checks
Call to undeclared function \plugin_load()
Open
Open
$util = plugin_load('helper', 'issuelinks_util');
- Exclude checks
Call to undeclared function \wikiFN()
Open
Open
$rev = filemtime(wikiFN($page));
- Exclude checks
Class extends undeclared class \DokuWiki_Plugin
Open
Open
class helper_plugin_issuelinks_util extends DokuWiki_Plugin
- Exclude checks
Call to undeclared function \msg()
Open
Open
msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
- Exclude checks
Catching undeclared class \HTTPClientException
Open
Open
} catch (\HTTPClientException $e) {
- Exclude checks
Call to method __construct
from undeclared class \DokuHTTPClient
Open
Open
$this->dokuHTTPClient = new \DokuHTTPClient();
- Exclude checks
Call to undeclared function \hsc()
Open
Open
$this->configError = 'The GitHub authentication failed with message: ' . hsc($e->getMessage());
- Exclude checks