vpietri/magento2-developer-quickdevbar

View on GitHub
Controller/Adminhtml/Index.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_layoutFactory is not named in camelCase.
Open

abstract class Index extends \Magento\Backend\App\Action
{

    /**
     * @var \Magento\Framework\View\LayoutFactory
Severity: Minor
Found in Controller/Adminhtml/Index.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $_resultRawFactory is not named in camelCase.
Open

abstract class Index extends \Magento\Backend\App\Action
{

    /**
     * @var \Magento\Framework\View\LayoutFactory
Severity: Minor
Found in Controller/Adminhtml/Index.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status