src/Migration/Postgresql.php
Showing 1 of 1 total issue
Function _render_statements
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
public function _render_statements(): string { $result = []; if (isset($this->args['dropField'])) {
- Read upRead up