MatthewMi11er/wordpress-plugin-mi11er-utility

View on GitHub
includes/mi11er-utility/class-plugin-interface.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Plugin_Interface is not named in CamelCase.
Open

interface Plugin_Interface
{
    /**
     * Run whatever is needed for plugin setup
     */

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status