vpietri/magento2-developer-quickdevbar

View on GitHub
Block/Toolbar.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_mainTabs is not named in camelCase.
Open

class Toolbar extends \Magento\Framework\View\Element\Template
{
    protected $_mainTabs;

    protected $_qdnHelper;
Severity: Minor
Found in Block/Toolbar.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 $_qdnHelper is not named in camelCase.
Open

class Toolbar extends \Magento\Framework\View\Element\Template
{
    protected $_mainTabs;

    protected $_qdnHelper;
Severity: Minor
Found in Block/Toolbar.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