ampache/ampache

View on GitHub
src/Module/Util/ZipHandlerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

The parameter $flat_path is not named in camelCase.
Open

    public function zip(string $name, array $media_files, bool $flat_path): void;

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

The parameter $object_type is not named in camelCase.
Open

    public function isZipable(string $object_type): bool;

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

The parameter $media_files is not named in camelCase.
Open

    public function zip(string $name, array $media_files, bool $flat_path): void;

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

There are no issues that match your filters.

Category
Status