mambax7/cardealer

View on GitHub
workorder.php

Summary

Maintainability
A
0 mins
Test Coverage

Blank line found at start of control structure
Open

        if ($workorderCount > $workorderPaginationLimit) {
Severity: Minor
Found in workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

                $workorder['custnum'] = $customerHandler->get($workorderArray[$i]->getVar('custnum'))->getVar('custname');
Severity: Minor
Found in workorder.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

                $workorder['carnum']    = $vehicleHandler->get($workorderArray[$i]->getVar('carnum'))->getVar('serialnum');
Severity: Minor
Found in workorder.php by phpcodesniffer

There are no issues that match your filters.

Category
Status