cosmocode/dokuwiki-plugin-issuelinks

View on GitHub
classes/IssueLinksException.php

Summary

Maintainability
A
0 mins
Test Coverage

Saw unextractable annotation for comment '* @param ...string $vars'
Open

     * @param ...string $vars
Severity: Info
Found in classes/IssueLinksException.php by phan

Call to undeclared function \plugin_load()
Open

        $plugin = plugin_load('helper', 'issuelinks_util');
Severity: Critical
Found in classes/IssueLinksException.php by phan

The property $trans_prefix is not named in camelCase.
Open

class IssueLinksException extends \RuntimeException
{

    protected $trans_prefix = 'Exception: ';

Severity: Minor
Found in classes/IssueLinksException.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status