XoopsModules25x/tag

View on GitHub
tests/FormTagTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Method name "FormTagTest::test__construct" is not in camel caps format
Open

    public function test__construct(): void
Severity: Minor
Found in tests/FormTagTest.php by phpcodesniffer

The method test__construct is not named in camelCase.
Open

    public function test__construct(): void
    {
    }
Severity: Minor
Found in tests/FormTagTest.php by phpmd

CamelCaseMethodName

Since: 0.2

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

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status