SergioMadness/pwf

View on GitHub
framework/components/activerecord/abstraction/Model.php

Summary

Maintainability
A
0 mins
Test Coverage

The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
Open

    {

The first parameter of a multi-line function declaration must be on the line after the opening bracket
Open

    public function __construct($connection, array $attributes = [],

Multi-line function declaration not indented correctly; expected 8 spaces but found 32
Open

                                array $properties = [])

The closing parenthesis of a multi-line function declaration must be on a new line
Open

                                array $properties = [])

Multi-line function declarations must define one parameter per line
Open

    public function __construct($connection, array $attributes = [],

Line exceeds 120 characters; contains 130 characters
Open

abstract class Model extends \pwf\components\datamapper\abstraction\Model implements \pwf\components\activerecord\interfaces\Model

Expected 1 newline at end of file; 0 found
Open

}

There are no issues that match your filters.

Category
Status