src/Migration/Postgresql.php

Summary

Maintainability
A
55 mins
Test Coverage

Showing 1 of 1 total issue

Function _render_statements has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

public function _render_statements(): string
{
$result = [];
 
if (isset($this->args['dropField'])) {
Severity: Minor
Found in src/Migration/Postgresql.php - About 55 mins to fix
Category
Status