alientronics/fleetany-web-attributes

View on GitHub
helper/MockObject.php

Summary

Maintainability
A
0 mins
Test Coverage

Opening brace of a class must be on the line after the definition
Open

class MockObject {
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        return [];
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    public function toArray() {
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function toArray() {
Severity: Minor
Found in helper/MockObject.php by phpcodesniffer

There are no issues that match your filters.

Category
Status