cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Class name "syntax_plugin_issuelinks" is not in camel caps format
Open

class syntax_plugin_issuelinks extends DokuWiki_Syntax_Plugin
Severity: Minor
Found in syntax.php by phpcodesniffer

Opening brace should be on a new line
Open

    public static function parseHTTPLinkHeaders_testdata() {
Severity: Minor
Found in _test/util.test.php by phpcodesniffer

Class name "action_plugin_issuelinks_ajax" is not in camel caps format
Open

class action_plugin_issuelinks_ajax extends DokuWiki_Action_Plugin
Severity: Minor
Found in action/ajax.php by phpcodesniffer

Class name "general_plugin_issuelinks_test" is not in camel caps format
Open

class general_plugin_issuelinks_test extends DokuWikiTest
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_jiralink_moresyntax() {

Opening parenthesis of a multi-line function call must be the last content on the line
Open

                $this->assertArrayHasKey($key, $conf,
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_jiralink() {

Class name "linksyntax_plugin_issuelinks_test" is not in camel caps format
Open

class linksyntax_plugin_issuelinks_test extends DokuWikiTest {

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                    'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php');
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

No space found after comma in function call
Open

        saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');

No space found after comma in function call
Open

        saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');

No space found after comma in function call
Open

        saveWikiText($ID,'page must exist for m_filetime','test summary');

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/default.php');
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function tearDown() {

Opening brace should be on a new line
Open

    public static function setUpBeforeClass() {
Severity: Minor
Found in _test/util.test.php by phpcodesniffer

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php');
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

No space found after comma in function call
Open

        saveWikiText($ID,'page must exist for m_filetime','test summary');

Opening parenthesis of a multi-line function call must be the last content on the line
Open

                $this->assertArrayHasKey($key, $meta,
Severity: Minor
Found in _test/general.test.php by phpcodesniffer

No space found after comma in function call
Open

        saveWikiText('testpage','[[jira>SPR-281]] [[jira>TW-7]]','test summary');

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            'Both ' . DOKU_PLUGIN . 'issuelinks/conf/default.php and ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php have to exist and contain the same keys.');
Severity: Minor
Found in _test/general.test.php by phpcodesniffer
Severity
Category
Status
Source
Language