eidng8/sttbot

View on GitHub
src/Wiki/Indexer.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Indexer has 13 public methods. Consider refactoring Indexer to keep number of public methods under 10.
Open

class Indexer
{
    /**
     * @var array
     */
Severity: Minor
Found in src/Wiki/Indexer.php by phpmd

TooManyPublicMethods

Since: 0.1

A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.

By default it ignores methods starting with 'get' or 'set'.

Example

Source https://phpmd.org/rules/codesize.html#toomanypublicmethods

There must not be more than one property declared per statement
Open

    public function trait($name): int
Severity: Minor
Found in src/Wiki/Indexer.php by phpcodesniffer

Possible parse error: non-abstract method defined as abstract
Open

    public function trait($name): int
Severity: Minor
Found in src/Wiki/Indexer.php by phpcodesniffer

Expected "function abc(...)"; found "function abc(...)"
Open

    public function trait($name): int
Severity: Minor
Found in src/Wiki/Indexer.php by phpcodesniffer

Trait name "($name):" is not in camel caps format
Open

    public function trait($name): int
Severity: Minor
Found in src/Wiki/Indexer.php by phpcodesniffer

There are no issues that match your filters.

Category
Status