Showing 899 of 899 total issues
Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open
Open
$form->addFieldsetOpen($this->getLang("legend:group $serviceID"));
- Exclude checks
Reference to instance property resp_body
from undeclared class \DokuHTTPClient
Open
Open
$this->responseBody = $httpClient->resp_body;
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog($INPUT->server);
- Exclude checks
Call to undeclared method \general_plugin_issuelinks_test::assertTrue
Open
Open
$this->assertTrue(false !== strtotime($info['date']));
- Exclude checks
Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open
Open
$this->assertArrayHasKey($key, $conf,
- Exclude checks
Class extends undeclared class \DokuWikiTest
Open
Open
class util_plugin_issuelinks_test extends DokuWikiTest {
- Exclude checks
Call to method register_hook
from undeclared class \Doku_Event_Handler
Open
Open
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
- Exclude checks
Call to undeclared function \inlineSVG()
Open
Open
$importSVG = inlineSVG(__DIR__ . '/../images/import.svg');
- Exclude checks
Call to undeclared function \auth_isadmin()
Open
Open
if (!auth_isadmin()) {
- Exclude checks
Call to method __construct
from undeclared class \dokuwiki\Form\Form
Open
Open
$form = new \dokuwiki\Form\Form(['data-service' => $serviceID]);
- Exclude checks
Call to method addHTML
from undeclared class \dokuwiki\Form\Form
Open
Open
$form->addHTML($authorizedUserLabel . ' ' . $reconfigureLink);
- Exclude checks
Call to method addTagClose
from undeclared class \dokuwiki\Form\Form
Open
Open
$form->addTagClose('p');
- Exclude checks
Call to undeclared function \cleanID()
Open
Open
$classes = 'issuelink ' . cleanID($this->getType()) . ($this->isMergeRequest ? ' mergerequest' : '');
- Exclude checks
Invalid offset "name"
of array type array{}
Open
Open
$data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}\">";
- Exclude checks
Call to undeclared function \dbglog()
Open
Open
dbglog('lock import: ' . $jsonData, __FILE__ . ': ' . __LINE__);
- Exclude checks
Call to undeclared function \io_readFile()
Open
Open
$lockData = json_decode(io_readFile($lockFN), true);
- Exclude checks
Call to undeclared function \io_readFile()
Open
Open
$lockData = json_decode(io_readFile($lockFN), true);
- Exclude checks
Call to undeclared function \auth_quickaclcheck()
Open
Open
if (auth_quickaclcheck($page['page']) >= AUTH_READ) {
- Exclude checks
Saw an @param annotation for rmservice,
but it was not found in the param list of function getWebhookSecrets($service, string $repo) : array
Open
Open
* @param string $rmservice
- Exclude checks
Call to method __construct
from undeclared class \PageChangelog
Open
Open
$changelog = new PageChangelog($linkingPage['page']);
- Exclude checks