cosmocode/dokuwiki-plugin-issuelinks

View on GitHub
classes/Repository.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $full_name is not named in camelCase.
Open

class Repository
{
    public $full_name;
    public $hookID = '';
    public $displayName;
Severity: Minor
Found in classes/Repository.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