modules/Services/views/QuickCreateAjax.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class Services_QuickCreateAjax_View extends Vtiger_QuickCreateAjax_View
- Exclude checks
The class Services_QuickCreateAjax_View is not named in CamelCase. Open
Open
class Services_QuickCreateAjax_View extends Vtiger_QuickCreateAjax_View
{
/** {@inheritdoc} */
public function getFooterScripts(App\Request $request)
{
- 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
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return array_merge($this->checkAndConvertJsScripts(['modules.Products.resources.Edit']), parent::getFooterScripts($request));
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/** {@inheritdoc} */
- Exclude checks
Line exceeds 120 characters; contains 133 characters Open
Open
return array_merge($this->checkAndConvertJsScripts(['modules.Products.resources.Edit']), parent::getFooterScripts($request));
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getFooterScripts(App\Request $request)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Class name "Services_QuickCreateAjax_View" is not in camel caps format Open
Open
class Services_QuickCreateAjax_View extends Vtiger_QuickCreateAjax_View
- Exclude checks