ampache/ampache

View on GitHub
src/Repository/Model/library_item.php

Summary

Maintainability
A
0 mins
Test Coverage

The class library_item is not named in CamelCase.
Open

interface library_item extends playable_item
{
    public function getId(): int;
    public function isNew(): bool;

Severity: Minor
Found in src/Repository/Model/library_item.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Interface name "library_item" is not in camel caps format
Open

interface library_item extends playable_item

There are no issues that match your filters.

Category
Status