Missing class import via use statement (line '56', column '39'). Open
$viewer->assign('FORM_FIELDS', (new \App\YetiForce\Order())->getFieldInstances());
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
Avoid using static access to class '\App\YetiForce\Shop' in method 'process'. Open
$viewer->assign('PAYPAL_URL', \App\YetiForce\Shop::getPaypalUrl());
- Read upRead up
- Exclude checks
StaticAccess
Since: 1.4.0
Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.
Example
class Foo
{
public function bar()
{
Bar::baz();
}
}
Source https://phpmd.org/rules/cleancode.html#staticaccess
Avoid using static access to class 'Settings_Companies_Record_Model' in method 'process'. Open
$viewer->assign('RECORD', Settings_Companies_Record_Model::getInstance());
- Read upRead up
- Exclude checks
StaticAccess
Since: 1.4.0
Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.
Example
class Foo
{
public function bar()
{
Bar::baz();
}
}
Source https://phpmd.org/rules/cleancode.html#staticaccess
Avoid using static access to class '\App\Language' in method 'preProcessAjax'. Open
$this->pageTitle = \App\Language::translate('LBL_BUY', $qualifiedModuleName);
- Read upRead up
- Exclude checks
StaticAccess
Since: 1.4.0
Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.
Example
class Foo
{
public function bar()
{
Bar::baz();
}
}
Source https://phpmd.org/rules/cleancode.html#staticaccess
Avoid using static access to class '\App\YetiForce\Shop' in method 'process'. Open
$product = \App\YetiForce\Shop::getProduct($request->getByType('product', \App\Purifier::ALNUM2), $productId);
- Read upRead up
- Exclude checks
StaticAccess
Since: 1.4.0
Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.
Example
class Foo
{
public function bar()
{
Bar::baz();
}
}
Source https://phpmd.org/rules/cleancode.html#staticaccess
Call to method getProduct
from undeclared class \App\YetiForce\Shop
Open
$product = \App\YetiForce\Shop::getProduct($request->getByType('product', \App\Purifier::ALNUM2), $productId);
- Exclude checks
Call to method __construct
from undeclared class \App\YetiForce\Order
Open
$viewer->assign('FORM_FIELDS', (new \App\YetiForce\Order())->getFieldInstances());
- Exclude checks
Call to undeclared method \Settings_YetiForce_BuyModal_View::getViewer
Open
$viewer = $this->getViewer($request);
- Exclude checks
Static call to undeclared method \App\Controller\ModalSettings::preProcessAjax
Open
parent::preProcessAjax($request);
- Exclude checks
Call to method getPaypalUrl
from undeclared class \App\YetiForce\Shop
Open
$viewer->assign('PAYPAL_URL', \App\YetiForce\Shop::getPaypalUrl());
- Exclude checks
Reference to undeclared property \Settings_YetiForce_BuyModal_View->pageTitle
Open
$this->pageTitle = \App\Language::translate('LBL_BUY', $qualifiedModuleName);
- Exclude checks
Reference to undeclared property \Settings_YetiForce_BuyModal_View->modalIcon
Open
$this->modalIcon = 'yfi-marketplace';
- Exclude checks
Call to method getFieldInstances
from undeclared class \App\YetiForce\Order
Open
$viewer->assign('FORM_FIELDS', (new \App\YetiForce\Order())->getFieldInstances());
- Exclude checks
Each class must be in a namespace of at least one level (a top-level vendor name) Open
class Settings_YetiForce_BuyModal_View extends \App\Controller\ModalSettings
- Exclude checks
The class Settings_YetiForce_BuyModal_View is not named in CamelCase. Open
class Settings_YetiForce_BuyModal_View extends \App\Controller\ModalSettings
{
/** {@inheritdoc} */
public $successBtn = 'LBL_SHOP_PROCEED_TO_CHECKOUT';
- Read upRead up
- Exclude checks
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
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer = $this->getViewer($request);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->view('BuyModal.tpl', $qualifiedModuleName);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$this->modalIcon = 'yfi-marketplace';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$this->pageTitle = \App\Language::translate('LBL_BUY', $qualifiedModuleName);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
/** {@inheritdoc} */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
/** {@inheritdoc} */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
public $successBtn = 'LBL_SHOP_PROCEED_TO_CHECKOUT';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('RECORD', Settings_Companies_Record_Model::getInstance());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('VARIABLE', $product->getVariable());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
public $successBtnIcon = 'far fa-credit-card';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$qualifiedModuleName = $request->getModule(false);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$product = \App\YetiForce\Shop::getProduct($request->getByType('product', \App\Purifier::ALNUM2), $productId);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('PAYPAL_URL', \App\YetiForce\Shop::getPaypalUrl());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
/** {@inheritdoc} */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
public function process(App\Request $request): void
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('MODULE', $qualifiedModuleName);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('PRODUCT', $product);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
* Header class.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
public $headerClass = 'modal-header-xl';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
* @var string
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
/** {@inheritdoc} */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$productId = $request->isEmpty('productId') ? '' : $request->getByType('productId', \App\Purifier::ALNUM2);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('IMAGE', $product->getImage());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$qualifiedModuleName = $request->getModule(false);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
public function preProcessAjax(App\Request $request): void
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
parent::preProcessAjax($request);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
$viewer->assign('FORM_FIELDS', (new \App\YetiForce\Order())->getFieldInstances());
- Exclude checks
Class name "Settings_YetiForce_BuyModal_View" is not in camel caps format Open
class Settings_YetiForce_BuyModal_View extends \App\Controller\ModalSettings
- Exclude checks