YetiForceCompany/YetiForceCRM

View on GitHub
modules/Settings/SMSNotifier/views/SMSAPI.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View

The class Settings_SMSNotifier_SMSAPI_View is not named in CamelCase.
Open

class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View
{
    /** {@inheritdoc} */
    public function getTemplateName(): string
    {

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

Spaces must be used to indent lines; tabs are not allowed
Open

    public function getTemplateName(): string

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        return 'SMSAPI/Edit.tpl';

Spaces must be used to indent lines; tabs are not allowed
Open

    /** {@inheritdoc} */

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Class name "Settings_SMSNotifier_SMSAPI_View" is not in camel caps format
Open

class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View

There are no issues that match your filters.

Category
Status