SergioMadness/query-builder

View on GitHub
src/adapters/MySQL/UpdateBuilder.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 1 newline at end of file; 0 found
Open

}

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                $this->getConditionBuilder()->getParams()));

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        return array_values(array_merge($this->parentGetParams(),

Multi-line function call not indented correctly; expected 8 spaces but found 16
Open

                $this->getConditionBuilder()->getParams()));

There are no issues that match your filters.

Category
Status