Controller/Adminhtml/Index.php
The property $_layoutFactory is not named in camelCase. Open
Open
abstract class Index extends \Magento\Backend\App\Action
{
/**
* @var \Magento\Framework\View\LayoutFactory
- Read upRead up
- Exclude checks
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
Open
abstract class Index extends \Magento\Backend\App\Action
{
/**
* @var \Magento\Framework\View\LayoutFactory
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}